rickvanlieshout.com/src/utils/index.js

4 lines
122 B
JavaScript
Raw Normal View History

// @flow
2018-11-09 18:08:48 +01:00
export { default as getIcon } from './get-icon';
export { default as getContactHref } from './get-contact-href';