diff --git a/frontend/src/app/dashboard/(personalAccount)/page.tsx b/frontend/src/app/dashboard/(personalAccount)/page.tsx deleted file mode 100644 index edd7fb81..00000000 --- a/frontend/src/app/dashboard/(personalAccount)/page.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import { redirect } from 'next/navigation'; - -// Set all dynamic options to prevent prerendering -// export const dynamic = 'force-dynamic'; -// export const dynamicParams = true; -// export const revalidate = 0; -// export const fetchCache = 'force-no-store'; -// export const runtime = 'edge'; - -export default function PersonalAccountPage() { - redirect('/dashboard'); -} \ No newline at end of file