Skip to content

Commit

Permalink
This incantation seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Jun 14, 2024
1 parent ba7326b commit 0f8b3cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .storybook/grid/GridPanel.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useEffect, useState, useRef } from 'react';
import { AddonPanel } from '@storybook/components';
import { addons } from '@storybook/preview-api';
import { API } from '@storybook/manager-api';
import { API, addons } from '@storybook/manager-api';
import { STORY_CHANGED } from '@storybook/core-events';
import type { IframePostMessage, Asset } from '@guardian/grid-client';
import { nonEmotionStyles } from './gridStyles';
Expand Down

0 comments on commit 0f8b3cb

Please sign in to comment.