handmade-revolt/src/app.tsx

8 lines
70 B
TypeScript

export function App() {
return (
<>
<h1>REVOLT</h1>
</>
)
}