Skip to content

Commit

Permalink
fix: remove docs Source block
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 21, 2020
1 parent 486d5f9 commit 14cd666
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/storybook-5/.storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FC } from 'react'
import { addDecorator, addParameters } from '@storybook/react';
import { Title, Subtitle, Source as DocsSource, Story, Stories, Props, Description } from '@storybook/addon-docs/blocks';
import { Title, Subtitle, Story, Stories, Props, Description } from '@storybook/addon-docs/blocks';
import { DependenciesTable } from 'storybook-addon-deps/blocks';
import { ControlsEditorsTable, ThemeProvider, Source } from '@component-controls/storybook';

Expand All @@ -26,7 +26,6 @@ export const DocsPage = ({
<Description slot={descriptionSlot} />
<Story id="." />
<Source id="." />
<DocsSource id="." />
<ControlsEditorsTable id="." />
<Props slot={propsSlot} />
<DependenciesTable titleDependencies='Dependencies' titleDependents='Dependents' />
Expand Down

0 comments on commit 14cd666

Please sign in to comment.