Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Aug 5, 2024
1 parent 58deba2 commit 6d35b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Panel.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Fragment, memo, useCallback, useState } from "react";
import { Result } from "src/types";
import { AddonPanel, P } from "storybook/internal/components";
import { AddonPanel } from "storybook/internal/components";
import { Button, Placeholder, TabsState } from "storybook/internal/components";
import { useChannel } from "storybook/internal/manager-api";
import { styled, useTheme } from "storybook/internal/theming";
Expand Down

0 comments on commit 6d35b5e

Please sign in to comment.