From a044232d83ce25246d2198a652b658129eda8aab Mon Sep 17 00:00:00 2001 From: a-honey Date: Wed, 6 Dec 2023 23:34:06 +0900 Subject: [PATCH] chore: Apply Tailwind to the Storybook --- .storybook/preview.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.storybook/preview.ts b/.storybook/preview.ts index ff58bbd..00096da 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -1,3 +1,4 @@ +import "../src/styles/globals.css"; import type { Preview } from "@storybook/react"; const preview: Preview = {