Added New Page

This commit is contained in:
2024-01-08 23:37:13 +01:00
parent 091faec9bd
commit 0150caf4bb
6 changed files with 149 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
import YourPage from "../components/YourPage";
export default function YourPages() {
return <YourPage />;
}