Export SettingsStruct (#243)

* export SettingsStruct

* oops I forgot to add semicolon
This commit is contained in:
Luke Sugiura
2019-11-22 18:14:34 +01:00
committed by Jaco Greeff
parent 428e59ea9b
commit 35e08e3c9c
+1
View File
@@ -4,6 +4,7 @@
import settings, { Settings } from './Settings';
export { ENDPOINT_DEFAULT, ICON_DEFAULT, ICON_DEFAULT_HOST, LANGUAGE_DEFAULT, LOCKING_DEFAULT, PREFIX_DEFAULT, UIMODE_DEFAULT, UITHEME_DEFAULT } from './defaults';
export { SettingsStruct } from './types';
export default settings;