From e34a3a344b32fcf6f95bf36aa195f66dc1de0976 Mon Sep 17 00:00:00 2001 From: yosipy Date: Tue, 30 Jul 2024 08:25:21 +0900 Subject: [PATCH] docs: fix misstake, replace "@lib/index" to "react-dropzone-vv" in code example with doc --- docs/examples/custom-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/custom-validation.md b/docs/examples/custom-validation.md index f90cfe0..d6266b7 100644 --- a/docs/examples/custom-validation.md +++ b/docs/examples/custom-validation.md @@ -26,7 +26,7 @@ import { ReactDropzoneVV, RejectedClassifiedFile, ClassifiedFile, -} from "@lib/index" +} from "react-dropzone-vv" export const CustomValidation: FC = () => { const [acceptedFiles, setAcceptedFiles] = useState([])