api proxy & file listing
This commit is contained in:
parent
5cc652b0af
commit
db68058d5b
5 changed files with 96 additions and 35 deletions
10
src/components/Controlbar.tsx
Normal file
10
src/components/Controlbar.tsx
Normal file
|
@ -0,0 +1,10 @@
|
|||
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">
|
||||
hi
|
||||
</div>
|
||||
)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue