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