refactor join to intermediary page

This commit is contained in:
AlecM33
2022-01-24 23:34:12 -05:00
parent 45111da832
commit a0d68e636d
23 changed files with 420 additions and 208 deletions

View File

@@ -6,7 +6,8 @@ module.exports = {
home: './client/src/scripts/home.js',
create: './client/src/scripts/create.js',
notFound: './client/src/scripts/notFound.js',
howToUse: './client/src/scripts/howToUse.js'
howToUse: './client/src/scripts/howToUse.js',
join: './client/src/scripts/join.js'
},
output: {
path: path.resolve(__dirname, '../dist'),