Files
pezkuwi-ui/packages/react-identicon/src/index.ts
T
2022-01-01 09:26:28 +02:00

11 lines
231 B
TypeScript

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