Skip to content

Commit

Permalink
chore: Remove duplicate re-export from index.ts (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
petetnt authored and RomanHotsiy committed Mar 15, 2019
1 parent 178ff4c commit 869a91a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 869a91a

Please sign in to comment.