Files
pezkuwi-ui/packages/react-identicon/src/index.ts
T
2024-01-08 15:05:20 +02:00

11 lines
240 B
TypeScript

// Copyright 2017-2024 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0
import './packageDetect.js';
import { Identicon } from './bundle.js';
export * from './bundle.js';
export default Identicon;