templating dashboard & add user route to api client
This commit is contained in:
parent
0d29d59937
commit
f47a1b2226
9 changed files with 58 additions and 329 deletions
9
src/components/dashboard/TitleBar.tsx
Normal file
9
src/components/dashboard/TitleBar.tsx
Normal 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>
|
||||
)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue