Skip to content

Commit

Permalink
refactor: App에서 RouteChangeTracker 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
GC-Park committed Sep 27, 2023
1 parent 99596e1 commit 60f5466
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { RouterProvider } from 'react-router-dom';
import router from './router';
import RouteChangeTracker from './utils/RouteChangeTracker';

const App = () => {
RouteChangeTracker();

return <RouterProvider router={router} />;
};

Expand Down

0 comments on commit 60f5466

Please sign in to comment.