Skip to content

Commit

Permalink
fix: browserRouter -> hashRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 6, 2024
1 parent 5d99562 commit 078d3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/router.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createHashRouter } from "react-router-dom";
import Layout from "../layout/Layout";
import { createHashRouter } from "react-router-dom";
import Home from "../pages/Home";
import NovelPreview from "../pages/NovelPreview";
import ScrollToTop from "../hooks/useScrollToTop";
Expand Down

0 comments on commit 078d3ba

Please sign in to comment.