-
-
-
- Element Call is temporarily not end-to-end encrypted while we test
- scalability.
-
-
-
- );
-};
diff --git a/src/home/RegisteredView.tsx b/src/home/RegisteredView.tsx
index 4a130899..691ba18b 100644
--- a/src/home/RegisteredView.tsx
+++ b/src/home/RegisteredView.tsx
@@ -40,7 +40,6 @@ import { Caption } from "../typography/Typography";
import { Form } from "../form/Form";
import { useEnableE2EE, useOptInAnalytics } from "../settings/useSetting";
import { AnalyticsNotice } from "../analytics/AnalyticsNotice";
-import { E2EEBanner } from "../E2EEBanner";
interface Props {
client: MatrixClient;
@@ -156,7 +155,6 @@ export const RegisteredView: FC