feat: implement admin authentication and dashboard layout with routing

This commit is contained in:
Ardeman 2025-02-28 12:05:20 +08:00
parent 23e3493a3f
commit 5f1fd8b1a2
12 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
import { redirect } from 'react-router'
export async function loader() {
return redirect('/admin/dashboard')
}