Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Mar 3, 2023
1 parent c6ba7e1 commit ce9bd7f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code/ui/blocks/src/blocks/useOf.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import type {
DocsContextProps,
ModuleExport,
Renderer,
ResolvedModuleExportType,
} from '@storybook/types';
import type { DocsContextProps, ModuleExport, ResolvedModuleExportType } from '@storybook/types';
import { useContext } from 'react';
import { DocsContext } from './DocsContext';

Expand Down

0 comments on commit ce9bd7f

Please sign in to comment.