[PCCompat > Components > Settings] Export SwitchItem

This commit is contained in:
Ducko 2021-04-22 21:19:20 +01:00 committed by Lexi Sother
parent ddddc6015b
commit 8c5ab0e49e
No known key found for this signature in database
GPG key ID: 355968D14144B739

View file

@ -1,3 +1,5 @@
export { default as FormItem } from './formItem';
export { default as TextInput } from './textInput';
export { default as Divider } from './divider';
export { default as Divider } from './divider';
export const SwitchItem = goosemod.webpackModules.findByDisplayName('SwitchItem');