mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Prettier
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import React, { FunctionComponent } from "react";
|
||||
|
||||
export const PageNotFound: FunctionComponent = () => {
|
||||
return (
|
||||
<h1>Page not found.</h1>
|
||||
);
|
||||
return <h1>Page not found.</h1>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user