From cae1ff509fc58ea247ad8bcc5ec49c6b51a455d3 Mon Sep 17 00:00:00 2001 From: fakz9 Date: Sun, 26 May 2024 09:34:26 +0300 Subject: [PATCH] feat: upload image on product --- src/routes/test.lazy.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/test.lazy.tsx b/src/routes/test.lazy.tsx index 873aef7..4668507 100644 --- a/src/routes/test.lazy.tsx +++ b/src/routes/test.lazy.tsx @@ -1,5 +1,4 @@ import {createLazyFileRoute} from "@tanstack/react-router"; -import ImageDropzone from "../components/ImageDropzone/ImageDropzone.tsx"; export const Route = createLazyFileRoute('/test')({ component: TestPage