Improved EsLint performance + bump frontend packages (#656)

* Bump frontend packages to latest

* DropDown.stories.tsx fixed
This commit is contained in:
yuri-sakharov
2026-02-21 12:51:11 +02:00
committed by GitHub
parent a15e375105
commit f91daafd4a
5 changed files with 1415 additions and 8961 deletions

View File

@@ -5,13 +5,9 @@ import { action } from "storybook/actions";
import DropDown from "./DropDown";
const meta = {
/* 👇 The title prop is optional.
* See https://storybook.js.org/docs/react/configure/overview#configure-story-loading
* to learn how to generate automatic titles
*/
title: "DropDown",
component: DropDown,
} as unknown as Meta<typeof DropDown>;
} satisfies Meta<typeof DropDown>;
export default meta;