Files
nirvana-v3/packages/web/pages/desktopStatic.tsx

6 lines
135 B
TypeScript

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