mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
import { redirect } from 'next/navigation';
|
|
|
|
export default function RootPage() {
|
|
redirect('/websites');
|
|
}
|