diff --git a/src/App.tsx b/src/App.tsx index d597378..e7b7b49 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import { BrowserRouter } from 'react-router-dom' -import { Router } from './routes/$Routes' +import { Router } from './routes' import './styles/index.scss'