File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
dotcom-rendering/src/components
marketing/banners/designableBanner/styles Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import type { Meta , StoryObj } from '@storybook/react/* ' ;
1
+ import type { Meta , StoryObj } from '@storybook/react' ;
2
2
import { leftColumnDecorator } from '../../.storybook/decorators/gridDecorators' ;
3
3
import { defaultFormats } from '../../.storybook/decorators/splitThemeDecorator' ;
4
4
import { allModes } from '../../.storybook/modes' ;
Original file line number Diff line number Diff line change 1
- import type { Meta , StoryObj } from '@storybook/react/* ' ;
1
+ import type { Meta , StoryObj } from '@storybook/react' ;
2
2
import { allModes } from '../../.storybook/modes' ;
3
3
import { FootballTable as FootballTableComponent } from './FootballTable' ;
4
4
Original file line number Diff line number Diff line change 1
- import type { Meta , StoryObj } from '@storybook/react/* ' ;
1
+ import type { Meta , StoryObj } from '@storybook/react' ;
2
2
import { FootballTable as TableDefault } from './FootballTable.stories' ;
3
3
import { FootballTableList as FootballTableListComponent } from './FootballTableList' ;
4
4
Original file line number Diff line number Diff line change 1
- import type { Meta , StoryObj } from '@storybook/react/* ' ;
1
+ import type { Meta , StoryObj } from '@storybook/react' ;
2
2
import { regions } from '../../fixtures/manual/footballData' ;
3
3
import { WomensEuro2025 } from './FootballCompetitionNav.stories' ;
4
4
import { FootballTableList as TableListDefault } from './FootballTableList.stories' ;
Original file line number Diff line number Diff line change 1
- import type { Meta } from '@storybook/react/* ' ;
1
+ import type { Meta } from '@storybook/react' ;
2
2
import { EditionDropdown } from './EditionDropdown' ;
3
3
4
4
const meta = {
Original file line number Diff line number Diff line change 5
5
*/
6
6
import type { SerializedStyles } from '@emotion/react' ;
7
7
import { css } from '@emotion/react' ;
8
- import type { ThemeButton } from '@guardian/source/dist/react-components' ;
9
8
import { from , until } from '@guardian/source/foundations' ;
9
+ import type { ThemeButton } from '@guardian/source/react-components' ;
10
10
import type { CtaSettings } from '../settings' ;
11
11
12
12
export function buttonThemes (
You can’t perform that action at this time.
0 commit comments