From efe6c97141904e932be0e914a80b2180a7dc4c52 Mon Sep 17 00:00:00 2001 From: Vidhi Kataria Date: Wed, 3 Apr 2024 17:53:46 +0530 Subject: [PATCH] feat: script fixes --- .../src/extra-components/nativewind/Demos/InputDemo.tsx | 2 +- .../src/extra-components/themed/Demos/InputDemo.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/storybook-nativewind/src/extra-components/nativewind/Demos/InputDemo.tsx b/example/storybook-nativewind/src/extra-components/nativewind/Demos/InputDemo.tsx index e41872ab98..75fc3b6b56 100644 --- a/example/storybook-nativewind/src/extra-components/nativewind/Demos/InputDemo.tsx +++ b/example/storybook-nativewind/src/extra-components/nativewind/Demos/InputDemo.tsx @@ -13,7 +13,7 @@ const InputDemo = () => { - + ); }; diff --git a/example/storybook-nativewind/src/extra-components/themed/Demos/InputDemo.tsx b/example/storybook-nativewind/src/extra-components/themed/Demos/InputDemo.tsx index 3ac05b3144..fb873e873f 100644 --- a/example/storybook-nativewind/src/extra-components/themed/Demos/InputDemo.tsx +++ b/example/storybook-nativewind/src/extra-components/themed/Demos/InputDemo.tsx @@ -13,7 +13,7 @@ const InputDemo = () => { - + ); };