mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
ArgsTable: Remove unused imports
This commit is contained in:
parent
6d48bdd4cd
commit
40ae179423
@ -1,5 +1,4 @@
|
||||
import React, { FC, Fragment } from 'react';
|
||||
import { styled } from '@storybook/theming';
|
||||
import React, { FC } from 'react';
|
||||
import { ArgsTable, ArgsTableProps } from './ArgsTable';
|
||||
import { TabsState } from '../../tabs/tabs';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user