Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Somnath-Chattaraj committed May 24, 2024
1 parent 6db13f9 commit fe2965b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
10 changes: 5 additions & 5 deletions frontend/package-lock.json

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

21 changes: 10 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"@nextui-org/button": "^2.0.31",
"@nextui-org/react": "^2.3.6",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.6",
"axios": "^1.7.2",
"framer-motion": "^11.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fullcalendar/core": "^6.1.4",
Expand All @@ -28,12 +19,20 @@
"@fullcalendar/timegrid": "^6.1.4",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.10",

"@nextui-org/button": "^2.0.31",
"@nextui-org/react": "^2.3.6",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.6",
"axios": "^1.7.2",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",

"framer-motion": "^11.2.6",
"material-react-table": "^1.8.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"react-three-fiber": "^6.0.13",
"rodal": "^2.0.1",
"tailwind": "^4.0.0",
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/components/Layout/Layout.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import moment from "moment/moment";
import css from "./Layout.module.css";
import { BiSearch } from "react-icons/bi";
import Sidebar from "../Sidebar/Sidebar";

import { Navigate, Outlet, useLocation } from "react-router-dom";

const Layout = () => {
Expand Down

0 comments on commit fe2965b

Please sign in to comment.