started work on supermarket edit view

This commit is contained in:
vabene1111
2021-05-31 18:40:59 +02:00
parent 040af330cc
commit 6fc0c02674
20 changed files with 715 additions and 51 deletions

View File

@ -17,6 +17,10 @@ const pages = {
entry: './src/apps/ImportResponseView/main.js',
chunks: ['chunk-vendors']
},
'supermarket_view': {
entry: './src/apps/SupermarketView/main.js',
chunks: ['chunk-vendors']
},
}
module.exports = {