rickvanlieshout.com/src/constants/index.js

4 lines
114 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 ICONS } from './icons';
2018-11-11 12:19:06 +01:00
export { default as PAGINATION } from './pagination';