From 18fcf43b33a8db3acf0aca1f8cce0245cd354779 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 8 Aug 2025 10:20:11 +0000 Subject: [PATCH] Import Link component for proper routing cgen-904defc69b5a4e7fa6b43ad8dbb03617 --- client/components/onboarding/UserTypeSelection.tsx | 1 + 1 file changed, 1 insertion(+) 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,