deletye this mf

This commit is contained in:
Adam Cohen Hillel 2025-04-18 01:15:49 +01:00
parent 1c9bb5e817
commit 8f20c9eef1
1 changed files with 0 additions and 12 deletions

View File

@ -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');
}