2016-11-29 11:35:20 +09:00
|
|
|
/*
|
|
|
|
Let's import all our files here.
|
|
|
|
*/
|
|
|
|
|
2017-01-19 08:32:33 +01:00
|
|
|
// general business logic of this customization
|
2016-11-29 11:35:20 +09:00
|
|
|
import "./callbacks.js"
|
|
|
|
import "./emails.js"
|
|
|
|
import "./custom_fields.js"
|
|
|
|
import "./i18n.js"
|
|
|
|
import "./groups.js"
|
|
|
|
|
2017-01-19 08:32:33 +01:00
|
|
|
// custom components
|
2016-11-29 11:35:20 +09:00
|
|
|
import "./components/CustomLogo.jsx";
|
|
|
|
import "./components/CustomNewsletter.jsx";
|
2017-01-18 12:51:10 +01:00
|
|
|
import "./components/CustomPostsItem.jsx";
|
|
|
|
import "./components/MyCustomPage.jsx";
|
2017-01-19 08:32:33 +01:00
|
|
|
|
|
|
|
// custom routes
|
|
|
|
import "./routes.jsx";
|