feat: add onboarding screen and redirect new users after login

This commit is contained in:
Marlene-Angel
2026-01-24 20:02:21 -08:00
parent 492cd62772
commit 07fc9a8fe3
3 changed files with 180 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import OnboardingScreen from "../../components/onboarding/OnboardingScreen";
export default function Page() {
return <OnboardingScreen />;
}