Skip to content

Commit

Permalink
chore: remove @mui/joy and @mui/material (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew authored Aug 26, 2024
2 parents f116a66 + e323be0 commit e95e5c9
Show file tree
Hide file tree
Showing 19 changed files with 1,070 additions and 2,100 deletions.
1,075 changes: 501 additions & 574 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@
"@emotion/styled": "^11.11.0",
"@formatjs/intl-localematcher": "^0.5.2",
"@hookform/resolvers": "^3.3.4",
"@mui/joy": "^5.0.0-beta.12",
"@mui/material": "^5.15.6",
"@next/bundle-analyzer": "^14.1.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
Expand Down
4 changes: 0 additions & 4 deletions src/app/[lang]/(mods-pages)/timetable/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
import Timetable from "@/components/Timetable/Timetable";
import { NextPage } from "next";
import useUserTimetable from "@/hooks/contexts/useUserTimetable";
import { useRouter } from "next/navigation";
import { useSearchParams } from "next/navigation";
import { useModal } from "@/hooks/contexts/useModal";
import TimetableCourseList from "@/components/Timetable/TimetableCourseList";
import { useLocalStorage } from "usehooks-ts";
import SemesterSwitcher from "@/components/Timetable/SemesterSwitcher";
import { createTimetableFromCourses } from "@/helpers/timetable";
Expand Down
Loading

0 comments on commit e95e5c9

Please sign in to comment.