mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-20 16:15:42 +00:00
Convert all to named imports (#414)
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
// Copyright 2017-2020 @polkadot/ui-settings authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
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 { SettingsStruct, NetworkSpecsStruct } from './types';
|
||||
|
||||
export default settings;
|
||||
export { settings, Settings };
|
||||
|
||||
export {
|
||||
Settings
|
||||
};
|
||||
export default settings;
|
||||
|
||||
Reference in New Issue
Block a user