From e05aa5c5d5f37ab4c46419368b75ee103a1442f2 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 28 Aug 2024 10:05:57 +0200 Subject: [PATCH] Fix lint --- stories/Alert.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/Alert.stories.tsx b/stories/Alert.stories.tsx index c678715..63a0aef 100644 --- a/stories/Alert.stories.tsx +++ b/stories/Alert.stories.tsx @@ -1,6 +1,6 @@ import type { Meta, StoryObj } from "@storybook/react"; import { Alert } from "../src/components/Alert/Alert"; -import { AlertCircle, CircleIcon, InfoIcon } from "lucide-react"; +import { InfoIcon } from "lucide-react"; const meta = { title: "Overlays/Alert",