Skip to content

Commit

Permalink
Merge pull request #1243 from ayaan-qadri/main
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain authored Oct 6, 2024
2 parents 92916e4 + 6a264a4 commit 4895d38
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
26 changes: 0 additions & 26 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"@vercel/analytics": "^1.3.1",
"chart.js": "^4.4.4",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ import Navigation from './Navigation';
import Conversation from './conversation/Conversation';
import About from './About';
import PageNotFound from './PageNotFound';
import { inject } from '@vercel/analytics';
import { useMediaQuery } from './hooks';
import { useState } from 'react';
import Setting from './settings';
import './locale/i18n';
import { Outlet } from 'react-router-dom';
import { SharedConversation } from './conversation/SharedConversation';
import { useDarkTheme } from './hooks';
inject();

function MainLayout() {
const { isMobile } = useMediaQuery();
Expand Down

0 comments on commit 4895d38

Please sign in to comment.