diff --git a/src/components/SubscriptionPage/index.tsx b/src/components/SubscriptionPage/index.tsx index a016295..c4ed06d 100644 --- a/src/components/SubscriptionPage/index.tsx +++ b/src/components/SubscriptionPage/index.tsx @@ -4,9 +4,7 @@ import { useNavigate } from "react-router-dom"; import { actions, selectors } from "@/store"; import MainButton from "../MainButton"; import Policy from "../Policy"; -import Countdown from "../Countdown"; import PaymentTable, { Currency, Locale } from "../PaymentTable"; -import UserHeader from "../UserHeader"; import CallToAction from "../CallToAction"; import routes from "@/routes"; import styles from "./styles.module.css";