mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
9 lines
No EOL
158 B
JavaScript
9 lines
No EOL
158 B
JavaScript
/*
|
|
Let's import all our files here.
|
|
*/
|
|
|
|
import "./callbacks.js"
|
|
import "./components.js"
|
|
import "./custom_fields.js"
|
|
import "./intl.js"
|
|
import "./routes.jsx" |