Skip to content

Commit

Permalink
fix: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlfischer committed Aug 7, 2024
1 parent 5913d2a commit 9f86a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/popover-menu/popover-menu.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Meta, StoryObj } from "@storybook/react";
import React from "react";
import { PopoverMenu } from "./popover-menu";
import { ChatIcon, DeleteIcon, EditIcon } from "../../icons";
import { PopoverMenu } from "./popover-menu";

const meta: Meta<typeof PopoverMenu> = {
title: "Popover Menu",
Expand Down Expand Up @@ -49,7 +49,7 @@ export const Default: Story = {
<PopoverMenu.Panel.Title>Danger Zone</PopoverMenu.Panel.Title>

<PopoverMenu.Panel.Button Icon={DeleteIcon} variant="danger">
Close this Dialog
Close Dialog
</PopoverMenu.Panel.Button>
</PopoverMenu.Panel.Group>
</PopoverMenu.Panel>
Expand Down

0 comments on commit 9f86a56

Please sign in to comment.