From 9e15ea78f88e361d5152ea5fcf1b52444d59ab6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Fri, 3 Feb 2023 06:43:58 +0100 Subject: [PATCH] fix(web): remove unused import --- .../Panes/Account/SubscriptionSharing/SubscriptionSharing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/javascripts/Components/Preferences/Panes/Account/SubscriptionSharing/SubscriptionSharing.tsx b/packages/web/src/javascripts/Components/Preferences/Panes/Account/SubscriptionSharing/SubscriptionSharing.tsx index 8aa8cfb84..e2417e2e6 100644 --- a/packages/web/src/javascripts/Components/Preferences/Panes/Account/SubscriptionSharing/SubscriptionSharing.tsx +++ b/packages/web/src/javascripts/Components/Preferences/Panes/Account/SubscriptionSharing/SubscriptionSharing.tsx @@ -1,4 +1,4 @@ -import { FeatureStatus, FeatureIdentifier, SessionsClientInterface } from '@standardnotes/snjs' +import { FeatureStatus, FeatureIdentifier } from '@standardnotes/snjs' import { observer } from 'mobx-react-lite' import { FunctionComponent, useState } from 'react'