Files
Horux360/apps/web/app/page.tsx
2026-01-22 02:36:55 +00:00

6 lines
106 B
TypeScript

import { redirect } from 'next/navigation';
export default function Home() {
redirect('/dashboard');
}