Skip to content

Commit

Permalink
🚨 #636 - fix: fix broken type import
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jan 27, 2025
1 parent 40cdf8a commit 68b276e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/.storybook/playFunctions.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 68b276e

Please sign in to comment.