able-baker/example/app.tsx

6 lines
61 B
TypeScript
Raw Normal View History

2023-06-07 23:35:00 -04:00
2023-06-07 14:15:57 -04:00
export default ()=>
{
return <div><h1>hey!</h1></div>
}