nose-pluto/nose/hello/bin/hello.tsx

3 lines
55 B
TypeScript

export default function () {
return <h1>HELLO!</h1>
}