Skip to content

Commit 5eb3411

Browse files
committed
delete unused import
1 parent cfe80f4 commit 5eb3411

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

web/components/course/components/CourseRegisterConfirmDialog.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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";
111
import type { Course } from "common/types";
122
import { useEffect, useState } from "react";
133
import { addMyCourse, getMyCoursesOverlapWith } from "~/api/course";

0 commit comments

Comments
 (0)