| 1 | import type { Meta, StoryObj } from "@storybook/react-vite"; |
| 2 | import { Button } from "#/components/Button/Button"; |
| 3 | import { mockApiError } from "#/testHelpers/entities"; |
| 4 | import { ErrorAlert } from "./ErrorAlert"; |
nothing calls this directly
no test coverage detected