Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DCRepublic committed Nov 11, 2024
1 parent 67cf9c5 commit ba82c9c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion app/rating/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion components/CourseCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion swatscraper
Submodule swatscraper updated 1 files
+11 −8 main.go

0 comments on commit ba82c9c

Please sign in to comment.