From 8742fa5cb8be9c4e5ffb8f724b053cbb4de09555 Mon Sep 17 00:00:00 2001 From: jasonpul <61257274+jasonpul@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:34:17 -0400 Subject: [PATCH] Update index.js removed unneeded comments, switched to double quotes --- example/src/Validation/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/example/src/Validation/index.js b/example/src/Validation/index.js index eac2a998..713f3dbb 100644 --- a/example/src/Validation/index.js +++ b/example/src/Validation/index.js @@ -20,18 +20,15 @@ const onConnectEnd = (event) => console.log('on connect end', event); const CustomInput = () => ( <>