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
@@ -0,0 +1,5 @@
// this is to speed up the development of components for the electron app
export default function DesktopStatic() {
return <></>;
}