import { component$ } from "@builder.io/qwik"; // TODO: add upload button and other stuff fr export default component$(() => { return (
hi
) })