mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚒️ Create 404 page.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
type Props = {};
|
||||
|
||||
const Error = (props: Props) => {
|
||||
return <div>Error 404</div>;
|
||||
};
|
||||
|
||||
export default Error;
|
||||
Reference in New Issue
Block a user