feat: added menubar

This commit is contained in:
Smigz 2023-12-18 20:09:54 -05:00
parent 051c7e2ad5
commit c392972f8d
6 changed files with 303 additions and 5 deletions

View file

@ -20,5 +20,13 @@ module.exports = {
devServer: {
static: './dist',
},
module: {
rules: [
{
test: /\.css$/i,
use: ['style-loader', 'css-loader'],
},
],
},
};