1
0
Fork 0
mirror of https://github.com/vale981/Vulcan synced 2025-03-16 15:26:39 -04:00
Vulcan/packages/example-membership/lib/modules/index.js

9 lines
182 B
JavaScript
Raw Normal View History

2017-10-06 08:49:36 +09:00
import { Utils } from 'meteor/vulcan:core';
2017-07-26 08:02:16 +09:00
2017-10-06 08:49:36 +09:00
import './pics/collection.js';
import './components.js';
2017-07-26 08:02:16 +09:00
import './routes.js';
import './products.js';
2017-10-06 08:49:36 +09:00
Utils.icons.comment = 'comment';