9 lines
No EOL
195 B
TypeScript
9 lines
No EOL
195 B
TypeScript
import { component$ } from "@builder.io/qwik";
|
|
|
|
export default component$(() => {
|
|
return (
|
|
<div class="flex w-full h-48 bg-red-500 align-bottom">
|
|
a
|
|
</div>
|
|
)
|
|
}) |