We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75aa43e commit 0a2cd27Copy full SHA for 0a2cd27
apps/storybook/.storybook/preview.ts
@@ -1,4 +1,6 @@
1
import type { Preview } from "@storybook/react";
2
+// 중요: CSS 파일을 직접 가져옵니다
3
+import 'notion-to-jsx/dist/index.css';
4
5
const preview: Preview = {
6
parameters: {
0 commit comments