Skip to content

Commit

Permalink
feature(router-problem): Solve router problem
Browse files Browse the repository at this point in the history
(cherry picked from commit b981b17)
  • Loading branch information
Z-100 committed Mar 8, 2024
1 parent 5f26cf0 commit 5033a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/router/RouterData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {BiHomeHeart,} from "react-icons/bi";

export const routerData: RouteType[] = [
{
path: "/",
path: "/*",
element: <HomePage/>,
name: "Home",
icon: BiHomeHeart,
Expand Down

0 comments on commit 5033a1d

Please sign in to comment.