/* 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" // custom components import "./components/CustomLogo.jsx"; import "./components/CustomNewsletter.jsx"; import "./components/CustomPostsItem.jsx"; import "./components/MyCustomPage.jsx"; // custom routes import "./routes.jsx";