Skip to content

Commit

Permalink
Deepscan Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jul 8, 2022
1 parent 88561de commit 3539621
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/blocks/src/blocks/DocsContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { components as htmlComponents } from '@storybook/components';
import { AnyFramework } from '@storybook/csf';
import { DocsWrapper, DocsContent } from '../components';
import { DocsContextProps, DocsContext } from './DocsContext';
import { anchorBlockIdFromId } from './Anchor';
import { storyBlockIdFromId } from './Story';
import { SourceContainer } from './SourceContainer';
import { CodeOrSourceMdx, AnchorMdx, HeadersMdx } from './mdx';
import { scrollToElement } from './utils';
Expand Down
2 changes: 1 addition & 1 deletion lib/blocks/src/blocks/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BaseAnnotations } from '@storybook/csf';
import type { ModuleExports } from '@storybook/store';

import { Anchor } from './Anchor';
import { DocsContext, DocsContextProps } from './DocsContext';
import { DocsContext } from './DocsContext';

const { document } = global;

Expand Down
2 changes: 1 addition & 1 deletion lib/blocks/src/blocks/Title.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ComponentTitle } from '@storybook/csf';
import React, { useContext, FunctionComponent } from 'react';
import { Title as PureTitle } from '../components';
import { DocsContext, DocsContextProps } from './DocsContext';
import { DocsContext } from './DocsContext';

interface TitleProps {
children?: JSX.Element | string;
Expand Down
2 changes: 1 addition & 1 deletion lib/blocks/src/blocks/external/ExternalPreview.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Preview } from '@storybook/preview-web';
import { Path, ModuleExports, StoryIndex, composeConfigs } from '@storybook/store';
import { toId, AnyFramework, ComponentTitle, ProjectAnnotations } from '@storybook/csf';
import { AnyFramework, ComponentTitle, ProjectAnnotations } from '@storybook/csf';
import { ExternalDocsContext } from './ExternalDocsContext';

type MetaExports = ModuleExports;
Expand Down
1 change: 0 additions & 1 deletion lib/preview-web/src/PreviewWeb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { AnyFramework, StoryId, ProjectAnnotations, Args, Globals, ViewMode } fr
import type {
ModuleImportFn,
Selection,
Story,
StorySpecifier,
StoryIndex,
PromiseLike,
Expand Down

0 comments on commit 3539621

Please sign in to comment.