[chore] prettify + config prettier

This commit is contained in:
MathieuG-P
2023-07-01 22:12:47 +02:00
parent 0f85e0dcf9
commit f47a1de05e
330 changed files with 42816 additions and 41968 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
export interface Service<T> {
getInstance: () => T;
}
}