Skip to content

Commit 9321ab0

Browse files
CCM-11474: Fix linting
1 parent e316336 commit 9321ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import type { MetadataRoute } from 'next';
22

33
export default function manifest(): MetadataRoute.Manifest {
44
return {
5-
name: "NHS Notify"
5+
name: 'NHS Notify',
66
};
77
}

0 commit comments

Comments
 (0)