Skip to content

Commit e9c1846

Browse files
committed
Update imports paths to standard syntax
1 parent c279757 commit e9c1846

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dotcom-rendering/src/components/ArticleTitle.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta, StoryObj } from '@storybook/react/*';
1+
import type { Meta, StoryObj } from '@storybook/react';
22
import { leftColumnDecorator } from '../../.storybook/decorators/gridDecorators';
33
import { defaultFormats } from '../../.storybook/decorators/splitThemeDecorator';
44
import { allModes } from '../../.storybook/modes';

dotcom-rendering/src/components/FootballTable.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta, StoryObj } from '@storybook/react/*';
1+
import type { Meta, StoryObj } from '@storybook/react';
22
import { allModes } from '../../.storybook/modes';
33
import { FootballTable as FootballTableComponent } from './FootballTable';
44

dotcom-rendering/src/components/FootballTableList.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta, StoryObj } from '@storybook/react/*';
1+
import type { Meta, StoryObj } from '@storybook/react';
22
import { FootballTable as TableDefault } from './FootballTable.stories';
33
import { FootballTableList as FootballTableListComponent } from './FootballTableList';
44

dotcom-rendering/src/components/FootballTablesPage.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta, StoryObj } from '@storybook/react/*';
1+
import type { Meta, StoryObj } from '@storybook/react';
22
import { regions } from '../../fixtures/manual/footballData';
33
import { WomensEuro2025 } from './FootballCompetitionNav.stories';
44
import { FootballTableList as TableListDefault } from './FootballTableList.stories';

dotcom-rendering/src/components/Masthead/Titlepiece/EditionDropdown.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react/*';
1+
import type { Meta } from '@storybook/react';
22
import { EditionDropdown } from './EditionDropdown';
33

44
const meta = {

dotcom-rendering/src/components/marketing/banners/designableBanner/styles/buttonStyles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*/
66
import type { SerializedStyles } from '@emotion/react';
77
import { css } from '@emotion/react';
8-
import type { ThemeButton } from '@guardian/source/dist/react-components';
98
import { from, until } from '@guardian/source/foundations';
9+
import type { ThemeButton } from '@guardian/source/react-components';
1010
import type { CtaSettings } from '../settings';
1111

1212
export function buttonThemes(

0 commit comments

Comments
 (0)