mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
⚒️ Create 404 page.
This commit is contained in:
parent
4f3bd413ec
commit
5076881f71
9
src/pages/404.tsx
Normal file
9
src/pages/404.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
type Props = {};
|
||||
|
||||
const Error = (props: Props) => {
|
||||
return <div>Error 404</div>;
|
||||
};
|
||||
|
||||
export default Error;
|
Loading…
Reference in New Issue
Block a user