Skip to content

Commit

Permalink
fixed wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosammito committed Apr 29, 2024
1 parent 4284277 commit cd2dc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/quote/Quote.stories.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit cd2dc3c

Please sign in to comment.