Skip to content

Commit

Permalink
exports...
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed Jan 11, 2025
1 parent fb44448 commit 23aecaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/partials/campaignFullWidthHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down
2 changes: 1 addition & 1 deletion src/components/partials/campaignHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down
2 changes: 1 addition & 1 deletion src/components/partials/campaignLeftImageHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down
2 changes: 1 addition & 1 deletion src/components/partials/headerFullWidthImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit 23aecaa

Please sign in to comment.