able-baker/example/app.tsx

5 lines
86 B
TypeScript
Raw Normal View History

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