mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Update import path for MINIMAL_VIEWPORTS in preview.ts to use the correct module from 'storybook/viewport'
This commit is contained in:
parent
266835c1ad
commit
0e8f45b8ac
@ -3,7 +3,7 @@ import type { PartialStoryFn, StoryContext } from 'storybook/internal/types';
|
||||
|
||||
import type { ReactRenderer } from '@storybook/react';
|
||||
|
||||
import { MINIMAL_VIEWPORTS } from '../../src/viewport';
|
||||
import { MINIMAL_VIEWPORTS } from 'storybook/viewport';
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
Loading…
x
Reference in New Issue
Block a user