feat: menubar component

This commit is contained in:
Smigz 2024-01-08 23:12:32 -05:00
parent 8cc79da6d9
commit 700adae40c
9 changed files with 5203 additions and 0 deletions

View file

@ -0,0 +1,7 @@
const { merge } = require('webpack-merge');
const common = require('./webpack.common.js');
module.exports = merge(common, {
mode: 'production',
});