From 290b1864c02233c114f10647ea8219d2f33f2bdc Mon Sep 17 00:00:00 2001 From: stdavis Date: Fri, 10 Jan 2025 06:24:00 -0700 Subject: [PATCH] chore: clean up storybook double migration --- .storybook/preview.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/preview.jsx b/.storybook/preview.jsx index 554fbac..6920044 100644 --- a/.storybook/preview.jsx +++ b/.storybook/preview.jsx @@ -10,7 +10,7 @@ setConfigs(appConfig, configSchema); /** @type { import('@storybook/react').Preview } */ const preview = { - tags: ['autodocs', 'autodocs'] + tags: ['autodocs'], }; export default preview;