mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 04:28:00 +00:00
11 lines
245 B
TypeScript
11 lines
245 B
TypeScript
// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import './packageDetect.js';
|
|
|
|
import Identicon from './Identicon.js';
|
|
|
|
export * from './bundle.js';
|
|
|
|
export default Identicon;
|