diff --git a/components/SettingsUI.tsx/UISettings.tsx b/components/SettingsUI.tsx/UISettings.tsx index ceaf2a9..0918c3c 100644 --- a/components/SettingsUI.tsx/UISettings.tsx +++ b/components/SettingsUI.tsx/UISettings.tsx @@ -1,5 +1,6 @@ import { PluginSettings } from "@/types/pluginSettings"; import React from "react"; +import { Select } from "../atoms/Select"; import { SettingItem } from "./SettingItem"; export type Props = { @@ -51,6 +52,23 @@ export const UISettings: React.FC = ({ settings, onChange }) => { /> + +