Files

6 lines
135 B
TypeScript

// this is to speed up the development of components for the electron app
export default function DesktopStatic() {
return <></>;
}