refactor: remove unnecessary imports

This commit is contained in:
DuroCodes
2025-04-21 10:10:22 -04:00
parent 0616f82c26
commit 26d38488d6

View File

@@ -1,13 +1,6 @@
"use client";
import { useEditor } from "./editor-provider";
import {
Select,
SelectTrigger,
SelectValue,
SelectContent,
SelectItem,
} from "~/components/ui/select";
import { Button } from "~/components/ui/button";
import { THEME_MAP } from "~/utils/themes";
import { LANGUAGES } from "~/utils/languages";