mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
9 lines
164 B
TypeScript
9 lines
164 B
TypeScript
import { component$ } from "@builder.io/qwik";
|
|
|
|
export default component$(() => {
|
|
return (
|
|
<div class="bg-primary-500 h-screen w-screen">
|
|
|
|
</div>
|
|
);
|
|
}); |