From db5f1015ed5aafd203b7163e7920a16c39de414b Mon Sep 17 00:00:00 2001 From: "Aidar Shaikhutdin @makeweb.space" Date: Fri, 5 May 2023 13:03:50 +0600 Subject: [PATCH] fix: tsc errors --- src/components/SubscriptionPage/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SubscriptionPage/index.tsx b/src/components/SubscriptionPage/index.tsx index 4c059af..d86a773 100644 --- a/src/components/SubscriptionPage/index.tsx +++ b/src/components/SubscriptionPage/index.tsx @@ -1,4 +1,3 @@ -import Title from '../Title' import MainButton from '../MainButton' import Policy from '../Policy' import Countdown from '../Countdown'