Skip to content

Commit 5cadc25

Browse files
committed
Lint fixes
1 parent 721468d commit 5cadc25

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

apps/web/components/admin/products/quiz-builder/question-builder.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ import {
1212
QUESTION_BUILDER_DELETE_TOOLTIP,
1313
QUESTION_BUILDER_EXPAND_TOOLTIP,
1414
} from "@/ui-config/strings";
15-
import {
16-
Checkbox,
17-
IconButton,
18-
Tooltip,
19-
} from "@courselit/components-library";
15+
import { Checkbox, IconButton, Tooltip } from "@courselit/components-library";
2016
import { FormEvent } from "react";
2117
import { Button } from "@components/ui/button";
2218
import { Trash } from "lucide-react";

0 commit comments

Comments
 (0)