Add loading states and animations to onboarding flow
cgen-c8009eb284084a32ac4467aa12e52857
This commit is contained in:
parent
7a799db78d
commit
c7dc27aef9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { useState } from "react";
|
||||
import { useState, useEffect } from "react";
|
||||
import Layout from "@/components/Layout";
|
||||
import LoadingScreen from "@/components/LoadingScreen";
|
||||
import { SkeletonOnboardingStep } from "@/components/Skeleton";
|
||||
import UserTypeSelection from "@/components/onboarding/UserTypeSelection";
|
||||
import PersonalInfo from "@/components/onboarding/PersonalInfo";
|
||||
import Experience from "@/components/onboarding/Experience";
|
||||
|
|
|
|||
Loading…
Reference in a new issue