react warning fixed

This commit is contained in:
VividTruthKeeper 2022-08-20 19:15:31 +05:00
parent 37dd4e70de
commit 1493fb2f19
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
// Modules
import { Link } from "react-router-dom";
// import { Link } from "react-router-dom";
// Icons
import arrowNext from "../../icons/arrow-right-white.svg";
// import arrowNext from "../../icons/arrow-right-white.svg";
// Types
import { SlideProps } from "../../types/mainSliderSlide";