Skip to content

Commit

Permalink
style(react-storybook): run lint:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Bonnet <[email protected]>
  • Loading branch information
MrSquaare committed Nov 29, 2024
1 parent adaf0ab commit 381f91f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/react-storybook/src/components/Tooltip.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
Tooltip,
TooltipContent,
TooltipTrigger,
} from "@sandwich-ui/react";
import { Tooltip, TooltipContent, TooltipTrigger } from "@sandwich-ui/react";
import type { Meta, StoryObj } from "@storybook/react";

const meta = {
Expand Down

0 comments on commit 381f91f

Please sign in to comment.