able-baker/example/app.tsx

6 lines
61 B
TypeScript

export default ()=>
{
return <div><h1>hey!</h1></div>
}