diff --git a/gatsby-image-gallery/src/index.tsx b/gatsby-image-gallery/src/index.tsx index 691bf78b..35f8aa17 100644 --- a/gatsby-image-gallery/src/index.tsx +++ b/gatsby-image-gallery/src/index.tsx @@ -6,7 +6,7 @@ import styled from 'styled-components' import Row from './row' import ImageColWrapper from './image-col-wrapper' -import LightboxCSS from 'react-image-lightbox/style.css' +import * as LightboxCSS from 'react-image-lightbox/style.css' interface ImageProp { full: IGatsbyImageData