Vulcan/packages/example-forum/lib/modules/index.js

16 lines
411 B
JavaScript
Raw Normal View History

2017-09-04 19:56:33 +09:00
2017-09-04 18:37:21 +09:00
import './fragments.js';
import './components.js';
import './config.js';
import './routes.js';
import './headtags.js';
import './i18n.js';
2017-09-04 18:37:21 +09:00
2017-09-13 12:13:04 +02:00
export { default as Categories } from './categories/index.js';
export { default as Comments } from './comments/index.js';
export { default as Posts } from './posts/index.js';
import './embedly/index.js';
import './voting/index.js';
2017-09-13 15:37:31 +02:00
import './notifications/index.js';