Fix imports

This commit is contained in:
SachaG 2017-09-13 15:37:31 +02:00
parent 39a7cbd14c
commit 2aacc353e0
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ export { default as Posts } from './posts/index.js';
import './embedly/index.js';
import './voting/index.js';
import './email/index.js';
import './notifications/index.js';

View file

@ -2,7 +2,7 @@
export * from '../modules/index.js';
export * from '../email/notifications.js';
export * from './email/notifications.js';
// Server