Skip to content

Commit 0a2cd27

Browse files
committed
feat: preview index css add
1 parent 75aa43e commit 0a2cd27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/storybook/.storybook/preview.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import type { Preview } from "@storybook/react";
2+
// 중요: CSS 파일을 직접 가져옵니다
3+
import 'notion-to-jsx/dist/index.css';
24

35
const preview: Preview = {
46
parameters: {

0 commit comments

Comments
 (0)