Allows switching between list and dashboard view
This commit is contained in:
committed by
Michael van Tellingen
parent
45f2de62ea
commit
7034c09d4a
@ -10,6 +10,7 @@ module.exports = {
|
||||
context: path.resolve(__dirname, './frontend'),
|
||||
entry: {
|
||||
index: './js/index.js',
|
||||
dashboard: './js/dashboard.js',
|
||||
form: './js/form.js'
|
||||
},
|
||||
output: {
|
||||
|
Reference in New Issue
Block a user