diff --git a/src/components/elements/query-image.tsx b/src/components/elements/query-image.tsx index ad8e43fae7d..bb60eaf6559 100644 --- a/src/components/elements/query-image.tsx +++ b/src/components/elements/query-image.tsx @@ -1,6 +1,7 @@ import React from 'react' import styled, { css } from 'styled-components' -import { GatsbyImage, getImage, ImageDataLike } from 'gatsby-plugin-image' +import { GatsbyImage, getImage } from 'gatsby-plugin-image' +import type { ImageDataLike } from 'gatsby-plugin-image' type QueryImageProps = { alt: string