Skip to content

Commit

Permalink
feat: ga제거
Browse files Browse the repository at this point in the history
  • Loading branch information
skiende74 committed Oct 24, 2024
1 parent 9862d7f commit 51013cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions frontend/src/routers/GoogleAnalytics.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/src/routers/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import FooterLayout from '@/components/_common/layout/FooterLayout';
import { ROUTE_PATH } from '@/constants/routePath';
import SignInPage from '@/pages/SignInPage';
import SignUpPage from '@/pages/SignUpPage';
import GoogleAnalytics from '@/routers/GoogleAnalytics';

const MainPage = React.lazy(() => import('@/pages/MainPage'));
const ChecklistListPage = React.lazy(() => import('@/pages/ChecklistListPage'));
Expand All @@ -24,7 +23,6 @@ const router = createBrowserRouter([
{
element: (
<Suspense>
<GoogleAnalytics />
<Outlet />
</Suspense>
),
Expand Down

0 comments on commit 51013cb

Please sign in to comment.