customization-demo: import order + comments

This commit is contained in:
xavcz 2017-01-19 08:32:33 +01:00
parent 3861cb8b53
commit c3bff57cab

View file

@ -2,14 +2,18 @@
Let's import all our files here.
*/
// general business logic of this customization
import "./callbacks.js"
import "./emails.js"
import "./custom_fields.js"
import "./i18n.js"
import "./groups.js"
import "./routes.jsx"
// custom components
import "./components/CustomLogo.jsx";
import "./components/CustomNewsletter.jsx";
import "./components/CustomPostsItem.jsx";
import "./components/MyCustomPage.jsx";
// custom routes
import "./routes.jsx";