From ba82c9c42fb303a6e251afe191b5bccb4a93171e Mon Sep 17 00:00:00 2001 From: Damian <37555910+DCRepublic@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:16:31 -0500 Subject: [PATCH] fix build error --- app/rating/page.tsx | 6 +++++- components/CourseCard.tsx | 2 +- package-lock.json | 2 +- package.json | 2 +- swatscraper | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app/rating/page.tsx b/app/rating/page.tsx index 02b3256..3fe910f 100644 --- a/app/rating/page.tsx +++ b/app/rating/page.tsx @@ -24,7 +24,11 @@ import useSWR from "swr"; import { useState } from "react"; import React from "react"; -import { Search, Person, Class, Star } from "@Mui/icons-material"; +//import { Search, Person, Class, Star } from "@mui/icons-material"; +import Person from "@mui/icons-material/Person"; +import Class from "@mui/icons-material/Class"; +import Star from "@mui/icons-material/Star"; + import Rating from "@mui/material/Rating"; import axios from "axios"; diff --git a/components/CourseCard.tsx b/components/CourseCard.tsx index 24c7bd4..29665ca 100644 --- a/components/CourseCard.tsx +++ b/components/CourseCard.tsx @@ -5,7 +5,7 @@ import { tv } from "tailwind-variants"; import axios from "axios"; import { generateColorFromName } from "../components/primitives"; -import { Error } from "@Mui/icons-material"; +import { Error } from "@mui/icons-material"; export const card = tv({ slots: { base: "bg-light_foreground min-h-32 max-h-62 w-[98%] rounded-sm scroll-none drop-shadow-lg transition-colors", diff --git a/package-lock.json b/package-lock.json index 1028894..ce77e43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@fullcalendar/daygrid": "^6.1.15", "@fullcalendar/react": "^6.1.15", "@fullcalendar/timegrid": "^6.1.15", - "@mui/icons-material": "^6.1.5", + "@mui/icons-material": "^6.1.6", "@nextui-org/button": "2.0.38", "@nextui-org/code": "2.0.33", "@nextui-org/input": "2.2.5", diff --git a/package.json b/package.json index 3c5ce22..d890b51 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fullcalendar/daygrid": "^6.1.15", "@fullcalendar/react": "^6.1.15", "@fullcalendar/timegrid": "^6.1.15", - "@mui/icons-material": "^6.1.5", + "@mui/icons-material": "^6.1.6", "@nextui-org/button": "2.0.38", "@nextui-org/code": "2.0.33", "@nextui-org/input": "2.2.5", diff --git a/swatscraper b/swatscraper index 6089f91..a08d124 160000 --- a/swatscraper +++ b/swatscraper @@ -1 +1 @@ -Subproject commit 6089f9194726570223d8d85018e2a4377925366b +Subproject commit a08d124dbde1384db998f38939d94744e9ce9173