From 60f546693759d0c7afb9761b50fde0b1c8efe396 Mon Sep 17 00:00:00 2001 From: GC-Park Date: Wed, 27 Sep 2023 16:00:20 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20App=EC=97=90=EC=84=9C=20RouteChange?= =?UTF-8?q?Tracker=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 98d53df5..719a571a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,10 +1,7 @@ import { RouterProvider } from 'react-router-dom'; import router from './router'; -import RouteChangeTracker from './utils/RouteChangeTracker'; const App = () => { - RouteChangeTracker(); - return ; };