mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 13:06:41 -04:00
10 lines
265 B
JavaScript
10 lines
265 B
JavaScript
import { replaceComponent, Utils } from 'meteor/vulcan:core';
|
|
import './pics/collection.js';
|
|
|
|
import Layout from '../components/common/Layout.jsx';
|
|
replaceComponent('Layout', Layout);
|
|
|
|
Utils.icons.comment = 'comment';
|
|
|
|
import './routes.js';
|
|
import './products.js';
|