able-baker/example/app.tsx
2023-06-07 23:35:00 -04:00

6 lines
61 B
TypeScript

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