Start page

This commit is contained in:
CHIEFSOFT\ameye
2025-09-02 14:58:59 -04:00
parent d2cb38f141
commit 1681ca1437
4 changed files with 141 additions and 39 deletions
+7
View File
@@ -0,0 +1,7 @@
import Start from "../component/start/Start";
export default function StartPage(){
return <Start />
}