Skip to content

Commit eaeb171

Browse files
committed
Fix: gutter margin
1 parent fc0d3c3 commit eaeb171

6 files changed

Lines changed: 2085 additions & 3692 deletions

File tree

ch2/front/components/ImagesZoom/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from 'react';
22
import PropTypes from 'prop-types';
33
import Slick from 'react-slick';
4-
import { Overlay, Header, CloseBtn, SlickWrapper, ImgWrapper, Indicator, Global } from './style';
4+
import { Overlay, Header, CloseBtn, SlickWrapper, ImgWrapper, Indicator, Global } from './styles';
55

66
const ImagesZoom = ({ images, onClose }) => {
77
const [currentSlide, setCurrentSlide] = useState(0);

0 commit comments

Comments
 (0)