cleaning the other project too

This commit is contained in:
talksik
2022-05-01 11:23:40 -05:00
parent 9e377c9ba8
commit 93b6b9c365
2 changed files with 5 additions and 5 deletions
-5
View File
@@ -9,11 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@carbon/icons-react": "10.22.0",
"@nirvana/components": "*",
"carbon-components": "10.25.0",
"carbon-components-react": "7.25.0",
"carbon-icons": "7.0.7",
"next": "12.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@@ -22,7 +18,6 @@
"sass": "1.29.0"
},
"devDependencies": {
"@types/carbon-components-react": "^7.55.1",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
+5
View File
@@ -0,0 +1,5 @@
// this is to speed up the development of components for the electron app
export default function DesktopStatic() {
return <></>;
}