diff --git a/frontend/src/components/App/index.tsx b/frontend/src/components/App/index.tsx
index e95528b5..1db66a7c 100644
--- a/frontend/src/components/App/index.tsx
+++ b/frontend/src/components/App/index.tsx
@@ -19,7 +19,7 @@ export default function App() {
-
+
diff --git a/frontend/src/components/PasswordReset/FormTitle/index.tsx b/frontend/src/components/PasswordReset/FormTitle/index.tsx
index bf87e8f9..3834c2ba 100644
--- a/frontend/src/components/PasswordReset/FormTitle/index.tsx
+++ b/frontend/src/components/PasswordReset/FormTitle/index.tsx
@@ -10,7 +10,7 @@ export type AuthenticationHeaderProps = Overwrite
+}>;
export default function FormTitle(
{
diff --git a/frontend/src/components/PasswordReset/index.tsx b/frontend/src/components/PasswordReset/index.tsx
index bacd63c4..baff9ef0 100644
--- a/frontend/src/components/PasswordReset/index.tsx
+++ b/frontend/src/components/PasswordReset/index.tsx
@@ -17,13 +17,13 @@ type State = {
isAlreadySignedIn: boolean;
isPasswordUpdated: boolean;
isTokenValid: boolean;
-}
+};
type Form = {
passwordResetToken: string;
userPassword: string;
userPassword2: string;
-}
+};
export default function PasswordReset() {
const { showBoundary } = useErrorBoundary();