On boarding page

This commit is contained in:
CHIEFSOFT\ameye
2025-07-30 06:34:54 -04:00
parent 8f78011800
commit 59d9eb3df9
6 changed files with 84 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
import Onboard from '../component/onboard/Onboard';
export default function OnboardPage(){
return <Onboard />
}