mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 14:57:56 +00:00
cbbe125da9
* 0.88.1 * Apply bundle where missing
11 lines
236 B
TypeScript
11 lines
236 B
TypeScript
// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import './detectPackage';
|
|
|
|
import Identicon from './Identicon';
|
|
|
|
export * from './bundle';
|
|
|
|
export default Identicon;
|