mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
customization-demo: import order + comments
This commit is contained in:
parent
3861cb8b53
commit
c3bff57cab
1 changed files with 5 additions and 1 deletions
|
@ -2,14 +2,18 @@
|
||||||
Let's import all our files here.
|
Let's import all our files here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// general business logic of this customization
|
||||||
import "./callbacks.js"
|
import "./callbacks.js"
|
||||||
import "./emails.js"
|
import "./emails.js"
|
||||||
import "./custom_fields.js"
|
import "./custom_fields.js"
|
||||||
import "./i18n.js"
|
import "./i18n.js"
|
||||||
import "./groups.js"
|
import "./groups.js"
|
||||||
import "./routes.jsx"
|
|
||||||
|
|
||||||
|
// custom components
|
||||||
import "./components/CustomLogo.jsx";
|
import "./components/CustomLogo.jsx";
|
||||||
import "./components/CustomNewsletter.jsx";
|
import "./components/CustomNewsletter.jsx";
|
||||||
import "./components/CustomPostsItem.jsx";
|
import "./components/CustomPostsItem.jsx";
|
||||||
import "./components/MyCustomPage.jsx";
|
import "./components/MyCustomPage.jsx";
|
||||||
|
|
||||||
|
// custom routes
|
||||||
|
import "./routes.jsx";
|
||||||
|
|
Loading…
Add table
Reference in a new issue