scrollbar styling

This commit is contained in:
Daniel Avila 2023-02-11 13:48:48 -05:00
parent 8eeac36b35
commit 48c591a8b9
3 changed files with 33 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"start": "webpack-dev-server .",
"build": "Webpack . --watch",
"server": "npx nodemon server/index.js",
"server": "npx node server/index.js",
"test": "test"
},
"repository": {