This commit is contained in:
Arnaud 2024-08-28 10:05:57 +02:00
parent b0975b7333
commit e05aa5c5d5
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 1 additions and 1 deletions

View File

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