created base layouts and fixed structure

This commit is contained in:
Fran Jurmanović
2021-05-29 12:11:04 +02:00
parent 95a729d7d0
commit 4a675ac198
16 changed files with 160 additions and 12 deletions

View File

@@ -7,7 +7,8 @@ const alias = {
configs: path.resolve(__dirname, '/configs'),
components: path.resolve(__dirname, '/components'),
pages: path.resolve(__dirname, '/pages'),
services: path.resolve(__dirname, '/services')
services: path.resolve(__dirname, '/services'),
layouts: path.resolve(__dirname, "/layouts")
};
module.exports = {