Vulcan/packages/my-custom-package/lib/components.js

9 lines
232 B
JavaScript
Raw Normal View History

/*
This file centralizes all our custom component overrides.
*/
2016-08-08 11:18:21 +09:00
import Telescope from 'meteor/nova:lib';
import "./components/CustomLogo.jsx";
import "./components/CustomNewsletter.jsx";
import "./components/CustomPostsItem.jsx";