From c0cb5d5f5a4dde2c64dfe4b3491c77c7ff6ffa18 Mon Sep 17 00:00:00 2001 From: Anna Beddow Date: Thu, 19 Dec 2024 14:01:03 +0000 Subject: [PATCH] remove src from path --- dotcom-rendering/src/components/ScrollableMedium.importable.tsx | 2 +- dotcom-rendering/src/components/StaticMediumFour.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotcom-rendering/src/components/ScrollableMedium.importable.tsx b/dotcom-rendering/src/components/ScrollableMedium.importable.tsx index e5806bcd68..7045ef4a38 100644 --- a/dotcom-rendering/src/components/ScrollableMedium.importable.tsx +++ b/dotcom-rendering/src/components/ScrollableMedium.importable.tsx @@ -1,4 +1,4 @@ -import { isMediaCard } from 'src/lib/cardHelpers'; +import { isMediaCard } from '../lib/cardHelpers'; import type { AspectRatio, DCRContainerPalette, diff --git a/dotcom-rendering/src/components/StaticMediumFour.tsx b/dotcom-rendering/src/components/StaticMediumFour.tsx index 916b95f7a0..f8692144b3 100644 --- a/dotcom-rendering/src/components/StaticMediumFour.tsx +++ b/dotcom-rendering/src/components/StaticMediumFour.tsx @@ -1,4 +1,4 @@ -import { isMediaCard } from 'src/lib/cardHelpers'; +import { isMediaCard } from '../lib/cardHelpers'; import type { AspectRatio, DCRContainerPalette,