Skip to content

Commit

Permalink
Merge pull request #16 from yosipy/5
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
yosipy authored Jul 29, 2024
2 parents b1e0dfd + e34a3a3 commit 47622a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/custom-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
ReactDropzoneVV,
RejectedClassifiedFile,
ClassifiedFile,
} from "@lib/index"
} from "react-dropzone-vv"

export const CustomValidation: FC = () => {
const [acceptedFiles, setAcceptedFiles] = useState<File[]>([])
Expand Down

0 comments on commit 47622a9

Please sign in to comment.