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

14 lines
342 B
JavaScript
Raw Normal View History

2017-09-13 16:11:27 +02:00
import './voting.js';
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-29 15:04:28 +09:00
export { Categories } from './categories/index.js';
export { Comments } from './comments/index.js';
export { Posts } from './posts/index.js';
2017-09-13 15:37:31 +02:00
import './notifications/index.js';