mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-19 14:41:07 +00:00
@@ -3,9 +3,9 @@
|
||||
|
||||
import type { KeyringJson, KeyringStore } from '../types';
|
||||
|
||||
import fs from 'fs';
|
||||
import mkdirp from 'mkdirp';
|
||||
import path from 'path';
|
||||
import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
|
||||
import { assert } from '@polkadot/util';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export { BrowserStore } from './Browser';
|
||||
export { FileStore } from './File';
|
||||
export { BrowserStore } from './Browser.js';
|
||||
export { FileStore } from './File.js';
|
||||
|
||||
Reference in New Issue
Block a user