added 404

This commit is contained in:
2025-12-05 14:44:09 +01:00
parent ebda6424c7
commit 76c0e6a64b
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from "react";
export const NotFoundPage = () => {
return (
<>
</>
)
};