Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 18, 2024
1 parent 07a1c08 commit 3624e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/manager/src/components/panel/Panel.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { Tabs, IconButton, P, Link, EmptyTabContent } from '@storybook/components';
import { Tabs, IconButton, Link, EmptyTabContent } from '@storybook/components';
import type { State } from '@storybook/manager-api';
import { shortcutToHumanString } from '@storybook/manager-api';
import type { Addon_BaseType } from '@storybook/types';
Expand Down

0 comments on commit 3624e37

Please sign in to comment.