Skip to content

Commit

Permalink
Merge pull request #145 from abusix/force-release
Browse files Browse the repository at this point in the history
fix: sort imports
  • Loading branch information
mnlfischer authored Aug 7, 2024
2 parents 5913d2a + 9f86a56 commit e7e643e
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 e7e643e

Please sign in to comment.