Skip to content

Commit

Permalink
remove google analytics (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancovey authored Oct 9, 2024
1 parent 19aa7e8 commit 5dc6f3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 159 deletions.
151 changes: 0 additions & 151 deletions packages/app/src/hooks/useAnalytics.ts

This file was deleted.

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

import { useAnalyticsPageSubscription } from '../hooks/useAnalytics'
import InstallPage from '../components/InstallPage'
import ImportLayout from '../layouts/ImportLayout'
import { ImportPage } from '../components/ImportPage'
Expand All @@ -11,17 +10,10 @@ import { ExtensionsLayout } from '../layouts/ExtensionsLayout'
import { ContributorsPage } from '../components/ContributorsPage'
import HomePage from '../components/Home/HomePage'

const AppRoutesPageSubscription = () => {
useAnalyticsPageSubscription()

return <></>
}

export const AppRoutes = () => {
const extensions = extensionsService.getActiveDashboardExtensionRoutes()
return (
<>
<AppRoutesPageSubscription />
<Routes>
<Route element={<DashboardLayout />}>
<Route path="/" element={<HomePage />} />
Expand Down

0 comments on commit 5dc6f3c

Please sign in to comment.