mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
Fix imports
This commit is contained in:
parent
39a7cbd14c
commit
2aacc353e0
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
export * from '../modules/index.js';
|
||||
|
||||
export * from '../email/notifications.js';
|
||||
export * from './email/notifications.js';
|
||||
|
||||
// Server
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue