mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-21 05:11:04 +00:00
Export SettingsStruct (#243)
* export SettingsStruct * oops I forgot to add semicolon
This commit is contained in:
committed by
Jaco Greeff
parent
428e59ea9b
commit
35e08e3c9c
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
import settings, { Settings } from './Settings';
|
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 { 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;
|
export default settings;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user