Skip to content

Commit

Permalink
fix: 배포 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhbenecia committed Sep 27, 2023
1 parent c1a7878 commit 12b2dec
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 Router, Routes, Route, HashRouter } from "react-router-dom";
import { BrowserRouter as Routes, Route, HashRouter } from "react-router-dom";
import RealMain from "./pages/Main/RealMain";
import About from "./pages/About/About";
import Teams from "./pages/Teams/Teams";
Expand Down

0 comments on commit 12b2dec

Please sign in to comment.