Pe 96 left navbar (#27)

* nice. bottom done

* work on adding workspaces

* starting on Tabs
This commit is contained in:
anandamarsh
2023-09-30 12:13:40 -07:00
committed by GitHub
parent b1820224d5
commit 5a0effb691
46 changed files with 11910 additions and 258 deletions
+4
View File
@@ -50,6 +50,10 @@ module.exports = {
test: /\.less$/,
use: [{ loader: MiniCssExtractPlugin.loader }, "css-loader", "less-loader"],
},
{
test: /\.svg$/,
use: ["@svgr/webpack", "file-loader"],
},
],
},
plugins: [