mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-17 05:51:02 +00:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
import { redirect } from 'next/navigation';
|
|
|
|
export default function Dashboard() {
|
|
redirect('/dash');
|
|
}
|