This commit is contained in:
patrick.lafrance 2019-12-03 17:11:36 -05:00
parent 134cca2848
commit 4a986bc18a

View File

@ -1,6 +1,6 @@
import React, { FC, SyntheticEvent } from 'react';
import { Source } from '@storybook/components';
import { Code, components, H1 } from '@storybook/components/html';
import { Code, components } from '@storybook/components/html';
import { document, window } from 'global';
import { isNil } from 'lodash';
import { styled } from '@storybook/theming';