Skip to content

Commit cd2dc3c

Browse files
committed
fixed wrong import
1 parent 4284277 commit cd2dc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/quote/Quote.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Meta, StoryObj} from "@storybook/react";
2-
import {Quote} from "./Quote";
2+
import Quote from "./Quote";
33
import React from "react";
44
import {Colors} from "../../utils/types";
55

0 commit comments

Comments
 (0)