Skip to content

Commit

Permalink
Fix unused random import
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 26, 2024
1 parent 57ac8f6 commit 8bb1298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/lib/preview-api/src/modules/preview-web/Preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import { StoryStore } from '../../store';
import { StoryRender } from './render/StoryRender';
import type { CsfDocsRender } from './render/CsfDocsRender';
import type { MdxDocsRender } from './render/MdxDocsRender';
import { satisfies } from '@storybook/core-common';

const { fetch } = global;

Expand Down

0 comments on commit 8bb1298

Please sign in to comment.