mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
0e0de28da4
* Use .js in src imports * Bump dev
11 lines
240 B
TypeScript
11 lines
240 B
TypeScript
// Copyright 2017-2023 @polkadot/react-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import './detectPackage.js';
|
|
|
|
import { Identicon } from './bundle.js';
|
|
|
|
export * from './bundle.js';
|
|
|
|
export default Identicon;
|