Skip to content

Commit

Permalink
update routes admin
Browse files Browse the repository at this point in the history
  • Loading branch information
phnglh committed Nov 27, 2024
1 parent 0c40fbc commit fba40ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/admin/src/app/app-routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import { Link, Navigate, useRoutes } from "react-router-dom";

export function AppRoutes() {
return useRoutes([
{
path: "/",
element: <Navigate to="/admin" replace />,
},
{
path: "/admin",
children: [
Expand Down

0 comments on commit fba40ee

Please sign in to comment.