ArgsTable: Remove unused imports

This commit is contained in:
Michael Shilman 2020-07-15 12:16:51 +08:00
parent 6d48bdd4cd
commit 40ae179423

View File

@ -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';