rickvanlieshout.com/src/utils/index.js
2019-07-31 22:05:23 -04:00

4 lines
129 B
JavaScript

// @flow strict
export { default as getIcon } from './get-icon';
export { default as getContactHref } from './get-contact-href';