diff --git a/client/components/onboarding/UserTypeSelection.tsx b/client/components/onboarding/UserTypeSelection.tsx index bdcc056a..d0dccc0e 100644 --- a/client/components/onboarding/UserTypeSelection.tsx +++ b/client/components/onboarding/UserTypeSelection.tsx @@ -1,5 +1,6 @@ import { UserType, OnboardingData } from "@/pages/Onboarding"; import { Button } from "@/components/ui/button"; +import { Link } from "react-router-dom"; import { Card, CardContent,