chore: run prettier --write .

This commit is contained in:
Arvid Norlin
2024-02-19 14:24:30 +01:00
parent 7d51124b9f
commit 8a8c463452
71 changed files with 846 additions and 444 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
export type HeaderProps = {
pathname: string;
};
pathname: string
}
+1 -1
View File
@@ -4,4 +4,4 @@ export type HeroProps = {
images: {
node: Image
}[]
}
}