able-baker/example/app.tsx

5 lines
86 B
TypeScript
Raw Normal View History

2023-06-07 14:15:57 -04:00
import React from "react";
export default ()=>
{
return <div><h1>hey!</h1></div>
}