Add RealmSelection import to Onboarding
cgen-9a7f402a43534eda882395853d688a18
This commit is contained in:
parent
42fbb21946
commit
63e0ca85de
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import UserTypeSelection from "@/components/onboarding/UserTypeSelection";
|
|||
import PersonalInfo from "@/components/onboarding/PersonalInfo";
|
||||
import Experience from "@/components/onboarding/Experience";
|
||||
import Interests from "@/components/onboarding/Interests";
|
||||
import RealmSelection from "@/components/onboarding/RealmSelection";
|
||||
import CreatorProfile from "@/components/onboarding/CreatorProfile";
|
||||
import Welcome from "@/components/onboarding/Welcome";
|
||||
import { useAuth } from "@/contexts/AuthContext";
|
||||
|
|
@ -86,6 +87,7 @@ export default function Onboarding() {
|
|||
{ title: "Personal Information", component: PersonalInfo },
|
||||
{ title: "Experience Level", component: Experience },
|
||||
{ title: "Interests & Goals", component: Interests },
|
||||
{ title: "Choose Your Realm", component: RealmSelection },
|
||||
{ title: "Creator Profile Setup", component: CreatorProfile },
|
||||
{ title: "Welcome to AeThex", component: Welcome },
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue