Skip to content

Commit

Permalink
docs: correctly import Button component on ContextualMenu story (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmelo92 authored Feb 5, 2024
1 parent d8a13a3 commit e9c2743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContextualMenu/ContextualMenu.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ArgsTable, Canvas, Meta, Story } from "@storybook/addon-docs";

import { Button } from "../Button";
import Button from "../Button";
import ContextualMenu from "./ContextualMenu";

<Meta
Expand Down

0 comments on commit e9c2743

Please sign in to comment.