diff --git a/src/components/partials/campaignFullWidthHero.js b/src/components/partials/campaignFullWidthHero.js index 6b8d1f5d..1fd8a13d 100644 --- a/src/components/partials/campaignFullWidthHero.js +++ b/src/components/partials/campaignFullWidthHero.js @@ -3,7 +3,7 @@ import SbEditable from 'storyblok-react'; import CreateBloks from '../../utilities/createBloks'; import Heading from './heading'; import FullWidthImage from '../media/fullWidthImage'; -import { transformImage } from '../../utilities/transformImage'; +import transformImage from '../../utilities/transformImage'; /* The Hero section with fullwidth image is referenced by the Campaign Page type. */ diff --git a/src/components/partials/campaignHero.js b/src/components/partials/campaignHero.js index 607f7aa1..09a54a3f 100644 --- a/src/components/partials/campaignHero.js +++ b/src/components/partials/campaignHero.js @@ -4,7 +4,7 @@ import cx from 'classnames'; import CreateBloks from '../../utilities/createBloks'; import Heading from './heading'; import FullWidthImage from '../media/fullWidthImage'; -import { transformImage } from '../../utilities/transformImage'; +import transformImage from '../../utilities/transformImage'; /* The Hero section with fullwidth image is referenced by the Campaign Page type. */ diff --git a/src/components/partials/campaignLeftImageHero.js b/src/components/partials/campaignLeftImageHero.js index e3fe615b..f375e9de 100644 --- a/src/components/partials/campaignLeftImageHero.js +++ b/src/components/partials/campaignLeftImageHero.js @@ -3,7 +3,7 @@ import SbEditable from 'storyblok-react'; import CreateBloks from '../../utilities/createBloks'; import Heading from './heading'; import FullWidthImage from '../media/fullWidthImage'; -import { transformImage } from '../../utilities/transformImage'; +import transformImage from '../../utilities/transformImage'; /* The Hero section with image on the left is referenced by the Campaign Page type. */ diff --git a/src/components/partials/headerFullWidthImage.js b/src/components/partials/headerFullWidthImage.js index a08b8657..4ba4c56c 100644 --- a/src/components/partials/headerFullWidthImage.js +++ b/src/components/partials/headerFullWidthImage.js @@ -8,7 +8,7 @@ import Heading from './heading'; import { config } from '../../utilities/config'; import FullWidthImage from '../media/fullWidthImage'; import FlexCell from './flexCell'; -import { transformImage } from '../../utilities/transformImage'; +import transformImage from '../../utilities/transformImage'; /* The Header with Fullwidth Image component is referenced by the Interior Page type. */