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",