From 55b593c4e6b90137995aee9a55ba2a86423cc7bd Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 23 Oct 2023 12:20:13 -0400 Subject: chore(fmt): lint and format config files --- apps/storybook/.storybook/preview.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/storybook') diff --git a/apps/storybook/.storybook/preview.ts b/apps/storybook/.storybook/preview.ts index 1c3d344..4663aa6 100644 --- a/apps/storybook/.storybook/preview.ts +++ b/apps/storybook/.storybook/preview.ts @@ -1,5 +1,4 @@ import type { Preview } from '@storybook/react'; - import '@polyfrost/ui/style'; const preview: Preview = { -- cgit