mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-16 21:41:02 +00:00
Refactor: Redirect /dashboard to /dash
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default function Dashboard() {
|
||||
redirect('/paper');
|
||||
redirect('/dash');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user