basics for profile page

This commit is contained in:
vabene1111
2022-07-12 20:57:13 +02:00
parent bf16e61a1f
commit c50efac00e
5 changed files with 103 additions and 2 deletions

View File

@ -61,6 +61,10 @@ const pages = {
entry: "./src/apps/SpaceManageView/main.js",
chunks: ["chunk-vendors"],
},
profile_view: {
entry: "./src/apps/ProfileView/main.js",
chunks: ["chunk-vendors"],
}
}
module.exports = {