mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
guhhh
This commit is contained in:
parent
ab2c9c57a8
commit
2a5d84de7b
1 changed files with 1 additions and 1 deletions
|
@ -31,9 +31,9 @@ export interface ISettingElementProps<T extends PluginOptionBase> {
|
|||
}
|
||||
|
||||
export * from "../../Badge";
|
||||
export * from "./SettingArrayComponent";
|
||||
export * from "./SettingBooleanComponent";
|
||||
export * from "./SettingCustomComponent";
|
||||
export * from "./SettingArrayComponent";
|
||||
export * from "./SettingNumericComponent";
|
||||
export * from "./SettingSelectComponent";
|
||||
export * from "./SettingSliderComponent";
|
||||
|
|
Loading…
Reference in a new issue