diff --git a/src/utils/useChannelFetch.ts b/src/utils/useChannelFetch.ts index 8eca1d1e..67377f21 100644 --- a/src/utils/useChannelFetch.ts +++ b/src/utils/useChannelFetch.ts @@ -1,4 +1,4 @@ -import { useChannel } from "@storybook/manager-api"; +import { useChannel } from "storybook/internal/manager-api"; import { FETCH_ABORTED, FETCH_REQUEST, FETCH_RESPONSE } from "../constants";