able-baker/app.tsx

9 lines
190 B
TypeScript
Raw Permalink Normal View History

2024-05-10 10:01:57 -04:00
import {test} from ">able/api.tsx";
import * as ISO from ">able/iso-elements.tsx";
2024-05-10 10:01:57 -04:00
console.log(test());
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>;