Skip to content

Commit

Permalink
fix: warning about css without default export
Browse files Browse the repository at this point in the history
Fixes #702
  • Loading branch information
browniebroke committed May 16, 2021
1 parent 197b551 commit 0bbce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-image-gallery/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bbce05

Please sign in to comment.