From cd2dc3c52bef0ffa15409bf8a4f9318f8879963f Mon Sep 17 00:00:00 2001 From: nicosammito Date: Mon, 29 Apr 2024 10:36:28 +0200 Subject: [PATCH] fixed wrong import --- src/components/quote/Quote.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/quote/Quote.stories.tsx b/src/components/quote/Quote.stories.tsx index 59f68697..46fd5b91 100644 --- a/src/components/quote/Quote.stories.tsx +++ b/src/components/quote/Quote.stories.tsx @@ -1,5 +1,5 @@ import {Meta, StoryObj} from "@storybook/react"; -import {Quote} from "./Quote"; +import Quote from "./Quote"; import React from "react"; import {Colors} from "../../utils/types";