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