We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe80f4 commit 5eb3411Copy full SHA for 5eb3411
web/components/course/components/CourseRegisterConfirmDialog.tsx
@@ -1,13 +1,3 @@
1
-import {
2
- Alert,
3
- Box,
4
- Button,
5
- Dialog,
6
- DialogActions,
7
- DialogContent,
8
- DialogContentText,
9
- DialogTitle,
10
-} from "@mui/material";
11
import type { Course } from "common/types";
12
import { useEffect, useState } from "react";
13
import { addMyCourse, getMyCoursesOverlapWith } from "~/api/course";
0 commit comments