able-baker/example/app.tsx

5 lines
86 B
TypeScript

import React from "react";
export default ()=>
{
return <div><h1>hey!</h1></div>
}