diff --git a/app/routes/_layout.admin._index.tsx b/app/routes/_layout.admin._index.tsx new file mode 100644 index 0000000..6bb93a9 --- /dev/null +++ b/app/routes/_layout.admin._index.tsx @@ -0,0 +1,5 @@ +import { redirect } from 'react-router' + +export async function loader() { + return redirect('/admin/dashboard') +}