diff --git a/src/routes/(editor).tsx b/src/routes/(editor).tsx index 5fd3902..654c2e5 100644 --- a/src/routes/(editor).tsx +++ b/src/routes/(editor).tsx @@ -10,6 +10,7 @@ import { FaSolidPalette } from "solid-icons/fa"; import { LocalePicker } from "~/features/i18n"; import { ColorScheme, ColorSchemePicker, getState, useTheme } from "~/features/theme"; import css from "./editor.module.css"; +import { Dropdown } from "~/components/dropdown"; const event = getRequestEvent(); @@ -79,15 +80,9 @@ export default function Editor(props: ParentProps) {
-
- - - - - -
+ }> + +