mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 16:08:01 +00:00
15c03c0aff
* Detection for mismatched monorepo deps * Bump common
12 lines
280 B
TypeScript
12 lines
280 B
TypeScript
// Copyright 2017-2021 @polkadot/reactnative-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import './detectPackage';
|
|
|
|
import Identicon from './Identicon';
|
|
|
|
export * from './icons';
|
|
export { packageInfo } from './packageInfo';
|
|
|
|
export default Identicon;
|