able-baker/example/app.tsx
Seth Trowbridge 0e6a3d3efb hmr roughed in
(you have to clear-cache?)
2023-06-08 23:19:03 -04:00

5 lines
86 B
TypeScript

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