mirror of
https://github.com/ascribe/onion.git
synced 2025-01-18 16:57:00 +01:00
4 lines
184 B
JavaScript
4 lines
184 B
JavaScript
// Ignore error as we may have more exports in the future
|
|
// eslint-disable-next-line import/prefer-default-export
|
|
export { getDisplayName } from 'react-utility-belt/es6/utils/react';
|