diff --git a/frontend/src/components/notifications/Notifications.tsx b/frontend/src/components/notifications/Notifications.tsx
index 0d6b0d0615..befe79e4f3 100644
--- a/frontend/src/components/notifications/Notifications.tsx
+++ b/frontend/src/components/notifications/Notifications.tsx
@@ -26,4 +26,4 @@ export const createNotification = (
type: myProps?.type || "info",
});
-export const NotificationContainer = () => ;
+export const NotificationContainer = () => ;
diff --git a/frontend/src/views/ShareSecretPage/components/AddShareSecretForm.tsx b/frontend/src/views/ShareSecretPage/components/AddShareSecretForm.tsx
index f8201fb9e1..07a5d2f058 100644
--- a/frontend/src/views/ShareSecretPage/components/AddShareSecretForm.tsx
+++ b/frontend/src/views/ShareSecretPage/components/AddShareSecretForm.tsx
@@ -11,7 +11,6 @@ import {
FormControl,
Input,
ModalClose,
- SecretInput,
Select,
SelectItem
} from "@app/components/v2";
@@ -125,7 +124,7 @@ export const AddShareSecretForm = ({
};
return (