Skip to content

Commit

Permalink
remove google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancovey committed Oct 6, 2024
1 parent 351ccb2 commit 02b2c1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 158 deletions.
151 changes: 0 additions & 151 deletions packages/app/src/hooks/useAnalytics.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/app/src/routes/AppRoutes.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Route, Routes } from 'react-router-dom'

import { HomePage } from '../components/Home/HomePage'
import { useAnalyticsPageSubscription } from '../hooks/useAnalytics'
import InstallPage from '../components/InstallPage'
import ImportLayout from '../layouts/ImportLayout'
import { ImportPage } from '../components/ImportPage'
Expand All @@ -10,12 +9,6 @@ import { ExtensionsPage } from '../components/Extensions/ExtensionsPage'
import extensionsService from '../services/extensions.service'
import { ExtensionsLayout } from '../layouts/ExtensionsLayout'

const AppRoutesPageSubscription = () => {
useAnalyticsPageSubscription()

return <></>
}

export const AppRoutes = () => {
const extensions = extensionsService.getActiveDashboardExtensionRoutes()
return (
Expand Down

0 comments on commit 02b2c1b

Please sign in to comment.