mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 20:46:40 -04:00
9 lines
No EOL
232 B
JavaScript
9 lines
No EOL
232 B
JavaScript
/*
|
|
This file centralizes all our custom component overrides.
|
|
*/
|
|
|
|
import Telescope from 'meteor/nova:lib';
|
|
|
|
import "./components/CustomLogo.jsx";
|
|
import "./components/CustomNewsletter.jsx";
|
|
import "./components/CustomPostsItem.jsx"; |