Skip to content

Commit

Permalink
style: remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Oct 7, 2024
1 parent 35d96f7 commit 98a32f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { LeftArrow } from "@assets/images/svg-components/leftArrow";
import clsx from "clsx";
import { useRef } from "react";
import type { Swiper as SwiperClass } from "swiper/types";
import type { Swiper } from "swiper/types";
import { useSliderNavigation } from "../../hooks/useSliderNavigation/useSliderNavigation";
import "./slider-navigation.css";

interface SliderNavigationProps {
swiper: SwiperClass;
swiper: Swiper;
locationClassName: string;
}

Expand Down

0 comments on commit 98a32f6

Please sign in to comment.