mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 11:40:28 -05:00
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import { redirect } from 'next/navigation';
|
|
|
|
export default function Page() {
|
|
return redirect('/dashboard/auth-control/general');
|
|
}
|