chore: make the linter happy once again

This commit is contained in:
khcrysalis 2024-09-15 00:59:35 -07:00
parent ffa6d930da
commit 180097cbd5

View file

@ -5,7 +5,7 @@
*/
import { Margins } from "@vencord/types/utils";
import { Select, Forms } from "@vencord/types/webpack/common";
import { Forms, Select } from "@vencord/types/webpack/common";
import { isMac, isWindows } from "renderer/utils";
import { SettingsComponent } from "./Settings";