Add prettier configuration

This commit is contained in:
Hazem Krimi
2023-07-01 00:38:49 +01:00
parent de22cafb12
commit 5e01140d6e
57 changed files with 1896 additions and 1718 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
export type Props = {
open: boolean;
close: () => void;
open: boolean;
close: () => void;
};
export type StyledProps = {
open: boolean;
open: boolean;
};