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

4 lines
72 B
TypeScript

export default function ScriptPage() {
return <h1>Script Page</h1>;
}