mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
removing test images
This commit is contained in:
parent
510eb64c1f
commit
0fd3a40274
@ -4,9 +4,6 @@ import { CarouselWrapper } from './Carousel.styled';
|
||||
import { RightOutlined, LeftOutlined, CloseOutlined } from '@ant-design/icons';
|
||||
import ReactResizeDetector from 'react-resize-detector';
|
||||
|
||||
import login from '../login.png';
|
||||
import test from '../test.png';
|
||||
|
||||
export function Carousel({ ready, items, itemRenderer, itemRemove }) {
|
||||
const [slots, setSlots] = useState([]);
|
||||
const [carouselRef, setCarouselRef] = useState(false);
|
||||
|
Loading…
Reference in New Issue
Block a user