templating dashboard & add user route to api client

This commit is contained in:
grngxd 2025-06-21 17:02:52 +01:00
parent 0d29d59937
commit f47a1b2226
9 changed files with 58 additions and 329 deletions

View file

@ -0,0 +1,9 @@
import { component$ } from "@builder.io/qwik";
export default component$(() => {
return (
<div class="bg-blue-500">
<p>whats on the agenda today, @hexlocation?</p>
</div>
)
})