[PCCompat > Components > Settings] Reexport SliderInput

This commit is contained in:
Ducko 2021-04-22 21:43:28 +01:00 committed by Lexi Sother
parent 0299ffed06
commit 8813e027ba
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 1 additions and 0 deletions

View File

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