Skip to content

Commit 869224f

Browse files
committed
CCM-8868: Remove pagetitle hook file
1 parent 6dcdebb commit 869224f

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

frontend/src/app/auth/page.dev.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import '@aws-amplify/ui-react/styles.css';
88
// eslint-disable-next-line unicorn/prefer-node-protocol
99
import path from 'path';
1010
import { NHSNotifyMain } from '@atoms/NHSNotifyMain/NHSNotifyMain';
11-
import PageTitle from '@hooks/page-title.hook';
1211

1312
const useRedirectPath = () => {
1413
const searchParams = useSearchParams();
@@ -29,7 +28,6 @@ const SignIn = () => {
2928
};
3029

3130
export default function Page() {
32-
PageTitle('Sign in - Create and submit templates - NHS Notify');
3331
return (
3432
<NHSNotifyMain>
3533
<Suspense fallback={<p>Loading...</p>}>

frontend/src/hooks/page-title.hook.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)