fix stories

This commit is contained in:
Arnaud 2024-11-06 19:50:03 +01:00
parent cc8fd71689
commit 26b3c495a5
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import type { Meta, StoryObj } from "@storybook/react";
import { Dropdown, DropdownOption } from "../src/components/Dropdown/Dropdown";
import { PdfIcon } from "../src/components/WebFileIcon/PdfIcon";
import { ImageIcon } from "../src/components/WebFileIcon/ImageIcon";
import PdfIcon from "../../assets/icons/pdf-file.svg?react";
import ImageIcon from "../../assets/icons/image-file.svg?react";
import { ChangeEvent, useState } from "react";
import { fn } from "@storybook/test";