Update import path for MINIMAL_VIEWPORTS in preview.ts to use the correct module from 'storybook/viewport'

This commit is contained in:
Norbert de Langen 2025-03-24 18:26:18 +01:00
parent 266835c1ad
commit 0e8f45b8ac

View File

@ -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 {