rickvanlieshout.com/src/utils/index.js

4 lines
129 B
JavaScript
Raw Normal View History

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