This commit is contained in:
Gert Hengeveld 2021-07-09 20:44:54 +02:00
parent 42321b2356
commit b042d6f361

View File

@ -1,7 +1,7 @@
import React from "react";
import { useAddonState, useChannel } from "@storybook/api";
import { useChannel } from "@storybook/api";
import { AddonPanel } from "@storybook/components";
import { ADDON_ID, EVENTS } from "./constants";
import { EVENTS } from "./constants";
interface PanelProps {
active: boolean;
}