fix(frontend): remove route config exports from auth pages

This commit is contained in:
2026-02-23 22:12:56 -05:00
parent 1f7366fb1e
commit 5df09b714b
2 changed files with 0 additions and 6 deletions

View File

@@ -1,8 +1,5 @@
'use client';
export const dynamic = 'force-dynamic';
export const revalidate = 0;
import Link from 'next/link';
import { useEffect, useState } from 'react';
import { useRouter } from 'next/navigation';

View File

@@ -1,8 +1,5 @@
'use client';
export const dynamic = 'force-dynamic';
export const revalidate = 0;
import Link from 'next/link';
import { useEffect, useState } from 'react';
import { useRouter } from 'next/navigation';