website/pages/downloads/+Page.tsx

5 lines
No EOL
80 B
TypeScript

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