able-baker/app.tsx

7 lines
149 B
TypeScript
Raw Normal View History

import * as ISO from ">able/iso-elements.tsx";
console.log(ISO)
2023-08-13 11:00:48 -04:00
export default ()=><div>
<h1 class="p-4 bg-red-500 text-white">App</h1>
2023-08-13 11:00:48 -04:00
</div>;