feat: upload image on product

This commit is contained in:
2024-05-26 09:33:57 +03:00
parent f54d41691c
commit b60063a443

View File

@@ -9,9 +9,7 @@ export const Route = createLazyFileRoute('/test')({
function TestPage() { function TestPage() {
return ( return (
<> <>
<ImageDropzone
onDrop={(data) => {}}
/>
</> </>
); );
} }