api client
This commit is contained in:
parent
5453d49c92
commit
7edcd0a49c
3 changed files with 36 additions and 47 deletions
|
@ -3,7 +3,7 @@ import { component$ } from "@builder.io/qwik";
|
|||
// TODO: add upload button and other stuff fr
|
||||
export default component$(() => {
|
||||
return (
|
||||
<div class="absolute bottom-4 left-1/2 transform -translate-x-1/2 bg-red-400 w-1/4 p-4 rounded-lg flex items-center justify-center">
|
||||
<div class="absolute fixed bottom-4 left-1/2 transform -translate-x-1/2 bg-red-400 w-1/4 p-4 rounded-lg flex items-center justify-center">
|
||||
hi
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue