Vulcan/packages/example-forum/lib/modules/index.js
2017-09-13 16:11:27 +02:00

13 lines
375 B
JavaScript

import './voting.js';
import './fragments.js';
import './components.js';
import './config.js';
import './routes.js';
import './headtags.js';
import './i18n.js';
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 './notifications/index.js';