Files
pezkuwi-ui/packages/reactnative-identicon/src/index.ts
T
Jaco cbbe125da9 0.88.1 (#582)
* 0.88.1

* Apply bundle where missing
2022-01-02 09:33:26 +02:00

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;