mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
6 lines
191 B
JavaScript
6 lines
191 B
JavaScript
import "./server/start.js";
|
|
|
|
export * from './modules.js';
|
|
|
|
import { newMutation, editMutation, removeMutation } from 'meteor/nova:lib';
|
|
export { newMutation, editMutation, removeMutation };
|