Skip to content

Commit

Permalink
Merge pull request #74 from Z-100/hotfix/router-problem
Browse files Browse the repository at this point in the history
feature(router-problem): Solve router problem
  • Loading branch information
Z-100 authored Mar 8, 2024
2 parents 5f26cf0 + 5033a1d commit b7a2779
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 b7a2779

Please sign in to comment.