From 80f8f38e33d98df64d4d7678947d5e5b217a45f3 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Tue, 4 Oct 2022 11:25:52 -0700 Subject: [PATCH] Fix storybook --- .storybook/preview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index a6651621b..ca2a1df0d 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -70,7 +70,7 @@ const withModeAndThemeProvider = (Story, context) => { }; const withI18n = (Story, context) => ( - + );