Skip to content

Commit f6bb239

Browse files
frant1cfrant1c
authored andcommitted
change router
1 parent 2fcf954 commit f6bb239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
NavigationMenuList,
66
NavigationMenuTrigger
77
} from "@/components/ui/navigation-menu"
8-
import { BrowserRouter as Router, Routes, Route, Link, Navigate } from "react-router"
8+
import { HashRouter as Router, Routes, Route, Link, Navigate } from "react-router"
99
import Home from "./pages/home"
1010
import Start from "./pages/start"
1111

0 commit comments

Comments
 (0)