Upgrade and move some scripts.

This commit is contained in:
James Cole
2020-10-17 07:02:18 +02:00
parent 0d4f203fae
commit 388da769bb
44 changed files with 71 additions and 90 deletions

View File

@@ -54,7 +54,8 @@ mix
// dashboard component (frontpage):
.js('src/pages/dashboard.js', 'public/js')
.js('src/pages/accounts.js', 'public/js')
// accounts.
.js('src/pages/accounts/index.js', 'public/js/accounts')
// register page
.js('src/pages/register.js', 'public/js')