diff --git a/bigbluebutton-html5/imports/ui/core/hooks/useCurrentUser.ts b/bigbluebutton-html5/imports/ui/core/hooks/useCurrentUser.ts
index 5886fbc910..fddf18f528 100644
--- a/bigbluebutton-html5/imports/ui/core/hooks/useCurrentUser.ts
+++ b/bigbluebutton-html5/imports/ui/core/hooks/useCurrentUser.ts
@@ -1,4 +1,3 @@
-
import { User } from '../../Types/user';
import { useCreateUseSubscription } from './createUseSubscription';
import CURRENT_USER_SUBSCRIPTION from '../graphql/queries/currentUserSubscription';