feat: add onboarding screen and redirect new users after login
This commit is contained in:
5
apps/web/app/onboarding/page.tsx
Normal file
5
apps/web/app/onboarding/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import OnboardingScreen from "../../components/onboarding/OnboardingScreen";
|
||||
|
||||
export default function Page() {
|
||||
return <OnboardingScreen />;
|
||||
}
|
||||
Reference in New Issue
Block a user