From 68b276ec83ec331ff5805da6f1ea15e50ecefb72 Mon Sep 17 00:00:00 2001 From: Sven van de Scheur Date: Mon, 27 Jan 2025 11:53:37 +0100 Subject: [PATCH] :rotating_light: #636 - fix: fix broken type import --- frontend/.storybook/playFunctions.ts | 2 +- .../DestructionListReviewer/DestructionListReviewer.stories.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.storybook/playFunctions.ts b/frontend/.storybook/playFunctions.ts index 1ccb31b0..4edca241 100644 --- a/frontend/.storybook/playFunctions.ts +++ b/frontend/.storybook/playFunctions.ts @@ -1,6 +1,6 @@ import { Parameters, ReactRenderer } from "@storybook/react"; import { expect, userEvent, waitFor, within } from "@storybook/test"; -import { PlayFunction } from "@storybook/types"; +import { PlayFunction } from "storybook/internal/types"; // // Assertions diff --git a/frontend/src/components/DestructionListReviewer/DestructionListReviewer.stories.tsx b/frontend/src/components/DestructionListReviewer/DestructionListReviewer.stories.tsx index f28d0150..94a61163 100644 --- a/frontend/src/components/DestructionListReviewer/DestructionListReviewer.stories.tsx +++ b/frontend/src/components/DestructionListReviewer/DestructionListReviewer.stories.tsx @@ -1,7 +1,7 @@ import { Meta, ReactRenderer, StoryObj } from "@storybook/react"; import { expect, userEvent, waitFor, within } from "@storybook/test"; -import { PlayFunction } from "@storybook/types"; import { createMock, getMock } from "storybook-addon-module-mock"; +import { PlayFunction } from "storybook/internal/types"; import { ClearSessionStorageDecorator,