Skip to content

Commit

Permalink
predeploy : BrowserRouter <--- HashRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Aug 4, 2023
1 parent 2a57c20 commit 84af092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Route2210 from "./Routes/Route2210"
// import Route2113 from "./Routes/Route2113"
import Route1802 from "./Routes/Route1802"
import { HashRouter as Router, Route, Routes, Link } from "react-router-dom"
import { BrowserRouter as Router, Route, Routes, Link } from "react-router-dom"

var App = () => {
return (
Expand Down

0 comments on commit 84af092

Please sign in to comment.