Making Share Target functional
This commit is contained in:
5
src/components/routes/404/index.tsx
Normal file
5
src/components/routes/404/index.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import { h } from "preact";
|
||||
|
||||
export default function Error404Page() {
|
||||
return <h1>Page not found!</h1>;
|
||||
}
|
Reference in New Issue
Block a user