feat: upload image on product
This commit is contained in:
		@@ -9,9 +9,7 @@ export const Route = createLazyFileRoute('/test')({
 | 
				
			|||||||
function TestPage() {
 | 
					function TestPage() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
        <>
 | 
					        <>
 | 
				
			||||||
            <ImageDropzone
 | 
					
 | 
				
			||||||
                onDrop={(data) => {}}
 | 
					 | 
				
			||||||
            />
 | 
					 | 
				
			||||||
        </>
 | 
					        </>
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user