Skip to content

Commit f4b49ea

Browse files
committed
Remove unused declarations
1 parent 47282f6 commit f4b49ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/CardSwiper.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ import css from "@emotion/css/macro";
44
import { jsx } from "@emotion/core";
55
/** @jsx jsx */
66

7-
import React, { ReactElement, useEffect, useRef, useState } from "react";
7+
import React, { useEffect, useRef, useState } from "react";
88
import SwiperCore, { Navigation, A11y } from "swiper";
99
import { Swiper, SwiperSlide } from "swiper/react";
1010
import "swiper/swiper.min.css";
1111
import "swiper/components/navigation/navigation.min.css";
1212
import "swiper/components/a11y/a11y.min.css";
1313
import { useResponsiveChoice } from "../responsiveUtilities";
14-
import { ICardSpec } from "./CardGroup";
1514
import { commonUI } from "../theme";
1615
import { ICardSwiperProps } from "./CardSwiperCodeSplit";
1716

0 commit comments

Comments
 (0)