Skip to content

Commit

Permalink
removed analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobs91 committed Jan 3, 2024
1 parent 3fe63df commit 3050918
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@justinribeiro/lite-youtube": "~1.5.0",
"@szhsin/react-menu": "~4.1.0",
"@uidotdev/usehooks": "~2.4.0",
"@vercel/analytics": "^1.1.1",
"dayjs": "~1.11.10",
"dayjs-twitter": "~0.5.0",
"fast-blurhash": "~1.1.2",
Expand Down
2 changes: 0 additions & 2 deletions src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ import ImportTwitter from './pages/importTwitter';
import Modal from './components/modal';
import ListManageMembers from './pages/list';
import SuggestedFollows from './pages/suggested-follows';
import { Analytics } from '@vercel/analytics/react';

window.__STATES__ = states;

Expand Down Expand Up @@ -291,7 +290,6 @@ function App() {
<Route path="/:instance?/search" element={<Search />} />
{/* <Route path="/:anything" element={<NotFound />} /> */}
</Routes>
<Analytics />
{uiState === 'default' && (
<Routes>
<Route path="/:instance?/s/:id" element={<StatusRoute />} />
Expand Down

0 comments on commit 3050918

Please sign in to comment.