fixed import order

This commit is contained in:
MrGarlic 2024-05-06 22:47:09 -04:00
parent d664a483bb
commit c0c46bb1bb

View file

@ -6,7 +6,7 @@
import { Forms, Switch, Toasts } from "@vencord/types/webpack/common";
import { Settings } from "renderer/settings";
import { STATIC_DIR } from "shared/paths";
import { SettingsComponent } from "./Settings";
export const TrayIconImagePicker: SettingsComponent = ({ settings }) => {