Upgrade storybook to 10

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-11 18:17:11 +04:00
parent 0779b0db26
commit bd9c1946ae
6 changed files with 855 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from "@storybook/react";
import { fn } from "@storybook/test";
import { type FC, Fragment, useState } from "react";
import { fn } from "storybook/test";
import { Badge } from "../../Atoms/Badge/Badge";
import { CellHead, DataTable, Row } from "../../Atoms/DataTable/DataTable";