mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:00 -04:00
27 lines
514 B
JavaScript
27 lines
514 B
JavaScript
export default {
|
|
modules: [
|
|
{
|
|
module: "Socket",
|
|
group: "default",
|
|
el: "main",
|
|
global: true
|
|
},
|
|
{
|
|
module: "Index",
|
|
group: "index",
|
|
el: "#home"
|
|
},
|
|
{
|
|
module: "Particles",
|
|
group: "index",
|
|
el: "#particles"
|
|
},
|
|
{
|
|
module: "Signin",
|
|
group: "index",
|
|
el: "#sign-in",
|
|
global: true
|
|
}
|
|
]
|
|
}
|