From fc2efc28cbd4158bec780bf6f492c039f4531e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zi=C3=B3=C5=82kowski?= Date: Wed, 27 Nov 2024 21:46:46 +0100 Subject: [PATCH] Update FocusedInput.stories.tsx --- .../src/components/FocusedInput/FocusedInput.stories.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/expo-storybook-8/src/components/FocusedInput/FocusedInput.stories.tsx b/testing/expo-storybook-8/src/components/FocusedInput/FocusedInput.stories.tsx index 44d38126..22a32f17 100644 --- a/testing/expo-storybook-8/src/components/FocusedInput/FocusedInput.stories.tsx +++ b/testing/expo-storybook-8/src/components/FocusedInput/FocusedInput.stories.tsx @@ -18,3 +18,5 @@ export const Basic = { }, }, }; + +export const Focused = {};