mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[PCCompat > Components > Settings] Export SwitchItem
This commit is contained in:
parent
ddddc6015b
commit
8c5ab0e49e
1 changed files with 3 additions and 1 deletions
|
@ -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');
|
Loading…
Reference in a new issue