Skip to content

Commit 73b5d74

Browse files
author
Clawy
committed
fixup! feat: promote DangerZone from pickers recipe to core UI
Fix DangerZone.stories.tsx import: @storybook/test → storybook/test (Storybook 10 moved test utils to storybook/test subpath export).
1 parent bc28aa9 commit 73b5d74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ui/DangerZone.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from "react";
22
import type { Meta, StoryObj } from "@storybook/react-vite";
3-
import { userEvent, within, expect, waitFor } from "@storybook/test";
4-
import { fn } from "@storybook/test";
3+
import { userEvent, within, expect, waitFor } from "storybook/test";
4+
import { fn } from "storybook/test";
55
import { DangerZone } from "./DangerZone";
66

77
const meta = {

0 commit comments

Comments
 (0)