Files
pezkuwi-ui/packages/react-identicon/src/index.ts
T
2023-01-01 10:21:18 +02:00

11 lines
231 B
TypeScript

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