Skip to content

Commit

Permalink
fix: HashRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhbenecia committed Sep 27, 2023
1 parent cc11889 commit 249021d
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,5 +1,5 @@
import React from "react";
import { BrowserRouter as Routes, Route, HashRouter } from "react-router-dom";
import { Routes, Route, HashRouter } from "react-router-dom"; // BrowserRouter를 사용합니다.
import RealMain from "./pages/Main/RealMain";
import About from "./pages/About/About";
import Teams from "./pages/Teams/Teams";
Expand Down

0 comments on commit 249021d

Please sign in to comment.