diff --git a/src/app/dashboard/components/PricingPage.tsx b/src/app/dashboard/components/PricingPage.tsx index 564333b2..60e6a820 100644 --- a/src/app/dashboard/components/PricingPage.tsx +++ b/src/app/dashboard/components/PricingPage.tsx @@ -8,6 +8,7 @@ import { Tabs, TabsList, TabsTrigger } from '@/components/ui/tabs'; import { PreferenceDialog, PricingCard } from './pricingCard'; import { useAuth } from '@/Providers/AuthContext'; import UpgradeToEnterprise from '../upgradeToEnterprise'; +import Link from 'next/link'; function PricingPage() { const [blurStudents, setBlurStudents] = useState(false); @@ -80,8 +81,9 @@ function PricingPage() {