From a05093319784ac3ab29f452a2909bcd7b9859601 Mon Sep 17 00:00:00 2001 From: Sean Ho Date: Fri, 14 Jan 2022 11:02:21 +0800 Subject: [PATCH] fix: failed build --- src/components/elements/query-image.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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