Throwing 404 to the wall

This commit is contained in:
2025-05-06 21:14:54 +02:00
parent 5a8050145d
commit 990e7fa226
6 changed files with 44 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
export const Error404Page = () => {
return <h2>EROR NO FUND</h2>
};