Skip to content

Commit

Permalink
Fix TS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed May 10, 2024
1 parent aa60391 commit 4f48add
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/lib/preview-api/src/modules/store/csf/prepareStory.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* eslint-disable @typescript-eslint/no-loop-func,no-underscore-dangle */
import { dedent } from 'ts-dedent';

import { global } from '@storybook/global';
import type {
Args,
Expand All @@ -23,7 +21,6 @@ import type {
} from '@storybook/types';
import { type CleanupCallback, includeConditionalArg, combineTags } from '@storybook/csf';
import { global as globalThis } from '@storybook/global';
import { once } from '@storybook/client-logger';

import { applyHooks } from '../../addons';
import { combineParameters } from '../parameters';
Expand Down

0 comments on commit 4f48add

Please sign in to comment.