Files
pezkuwi-ui/packages/reactnative-identicon/src/bundle.ts
T
Jaco 0e0de28da4 Use .js imports in src (#727)
* Use .js in src imports

* Bump dev
2023-03-09 10:43:31 +02:00

6 lines
200 B
TypeScript

// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0
export * from './icons/index.js';
export { packageInfo } from './packageInfo.js';