diff --git a/apps/dashboard/src/app/forgot-password/page.tsx b/apps/dashboard/src/app/forgot-password/page.tsx index 8e6e404..a5f7d25 100644 --- a/apps/dashboard/src/app/forgot-password/page.tsx +++ b/apps/dashboard/src/app/forgot-password/page.tsx @@ -1,3 +1,4 @@ +import * as React from "react"; import ForgotPasswordPageClient from './ForgotPasswordPageClient' export default function ForgotPasswordPage() { diff --git a/apps/dashboard/src/app/onboarding/accept-invite/page.tsx b/apps/dashboard/src/app/onboarding/accept-invite/page.tsx index 56bd7df..f12db2d 100644 --- a/apps/dashboard/src/app/onboarding/accept-invite/page.tsx +++ b/apps/dashboard/src/app/onboarding/accept-invite/page.tsx @@ -1,3 +1,4 @@ +import * as React from "react"; import Link from 'next/link' import PublicShell from '@/components/layout/PublicShell' diff --git a/apps/dashboard/src/app/reset-password/page.tsx b/apps/dashboard/src/app/reset-password/page.tsx index 664c994..14b8048 100644 --- a/apps/dashboard/src/app/reset-password/page.tsx +++ b/apps/dashboard/src/app/reset-password/page.tsx @@ -1,3 +1,4 @@ +import * as React from "react"; import ResetPasswordPageClient from './ResetPasswordPageClient' export default function ResetPasswordPage() { diff --git a/apps/dashboard/src/components/layout/PublicShell.tsx b/apps/dashboard/src/components/layout/PublicShell.tsx index 9b610c6..41ab37f 100644 --- a/apps/dashboard/src/components/layout/PublicShell.tsx +++ b/apps/dashboard/src/components/layout/PublicShell.tsx @@ -1,3 +1,4 @@ +import * as React from "react"; 'use client' import PublicFooter from '@/components/layout/PublicFooter' diff --git a/apps/dashboard/src/components/ui/StatCard.tsx b/apps/dashboard/src/components/ui/StatCard.tsx index a0ce15d..c2419f2 100644 --- a/apps/dashboard/src/components/ui/StatCard.tsx +++ b/apps/dashboard/src/components/ui/StatCard.tsx @@ -1,3 +1,4 @@ +import * as React from "react"; import { LucideIcon } from 'lucide-react' interface StatCardProps {