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
-1
View File
@@ -64,5 +64,4 @@ export type List = {
}
}
export type ListProps = List
+1 -1
View File
@@ -20,4 +20,4 @@ export type Puff = {
json: RTEDocument
}
title: string
}
}
+1 -1
View File
@@ -1,4 +1,4 @@
export type AllRequestResponse<T> = {
items: T[]
total: number
}
}