Skip to content

Commit 80fb250

Browse files
committed
fix: Storybook import 경로를 '@storybook/react'에서 '@storybook/nextjs-vite'로 변경
1 parent 17aa31b commit 80fb250

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/ui/Bleed/Bleed.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta, StoryObj } from "@storybook/react";
1+
import type { Meta, StoryObj } from "@storybook/nextjs-vite";
22

33
import { Bleed } from "./Bleed";
44

src/components/ui/Spacer/Spacer.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta, StoryObj } from "@storybook/react";
1+
import type { Meta, StoryObj } from "@storybook/nextjs-vite";
22

33
import { Stack } from "../Stack";
44
import { Text } from "../Text";

src/components/ui/Stack/Stack.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta, StoryObj } from "@storybook/react";
1+
import type { Meta, StoryObj } from "@storybook/nextjs-vite";
22
import { Fragment } from "react";
33

44
import { Stack } from "./Stack";

src/components/ui/Text/Text.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta, StoryObj } from "@storybook/react";
1+
import type { Meta, StoryObj } from "@storybook/nextjs-vite";
22
import { Fragment } from "react";
33

44
import { typography } from "@/styles/typography.css";

0 commit comments

Comments
 (0)