Skip to content

Commit 19afb28

Browse files
committed
Fix lint
1 parent 214ba50 commit 19afb28

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/peerprep/app/components/queueupmodal/queuemodal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useDisclosure } from "@mantine/hooks";
2-
import { Modal, Button, MultiSelect, Text, Grid, Select } from "@mantine/core";
2+
import { Modal, Button, MultiSelect, Grid, Select } from "@mantine/core";
33
import { useForm } from "@mantine/form";
44
import classes from "./queuemodal.module.css";
55

frontend/peerprep/app/pages/userpage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
Grid,
3-
Button,
43
useMantineTheme,
54
} from "@mantine/core";
65

0 commit comments

Comments
 (0)