Create PageNotFound.jsx
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Background from "../../components/background/background.jsx";
|
||||
|
||||
export default function PageNotFound() {
|
||||
|
||||
return <Background>
|
||||
|
||||
<h1>404</h1>
|
||||
|
||||
</Background>
|
||||
}
|
||||
Reference in New Issue
Block a user