chore: Remove duplicate re-export from index.ts (#842)

This commit is contained in:
Pete Nykänen 2019-03-15 09:07:39 +02:00 committed by Roman Hotsiy
parent 178ff4c365
commit 869a91ae4d

View File

@ -8,7 +8,6 @@ export * from './Schema/';
export * from './SearchBox/SearchBox';
export * from './Operation/Operation';
export * from './Loading/Loading';
export * from './RedocStandalone';
export * from './JsonViewer';
export * from './Markdown/Markdown';
export { StyledMarkdownBlock } from './Markdown/styled.elements';