From dfb293b69c48598a9988dff2341489951189b4c4 Mon Sep 17 00:00:00 2001 From: bh2980 Date: Mon, 20 May 2024 05:52:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20index.css=20=EC=9D=B4=EB=8F=99=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .storybook/preview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/preview.ts b/.storybook/preview.ts index 2279129..3c4b4ea 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -1,6 +1,6 @@ import { withThemeByClassName } from "@storybook/addon-themes"; import { Preview } from "@storybook/react"; -import "../src/index.css"; +import "../index.css"; const preview: Preview = { parameters: {