Files
desktop-app/app/ssh/page.tsx
T

4 lines
66 B
TypeScript

export default function SSHPage() {
return <h1>SSH Page</h1>;
}