Skip to content

Commit

Permalink
Fixed carousel thumbnails mod issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dijs committed Jun 1, 2021
1 parent a1e9646 commit 0f19e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/carousel/CarouselThumbnails.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Tabs from '@material-ui/core/Tabs'
import Tab from '@material-ui/core/Tab'
import { makeStyles, useTheme } from '@material-ui/core/styles'
import useMediaQuery from '@material-ui/core/useMediaQuery'
import mod from '../utils/mod'
import Image from '../Image'

export const styles = theme => ({
Expand Down

0 comments on commit 0f19e5b

Please sign in to comment.