mirror of
https://github.com/SrIzan10/spongebin.git
synced 2026-05-01 11:05:09 +00:00
refactor: remove unnecessary imports
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user