fix: prettier config

This commit is contained in:
hamster1963
2024-12-13 17:26:28 +08:00
parent 1483ce56fa
commit 9a2f3ea8e6
81 changed files with 1666 additions and 2286 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
const bars = Array(8).fill(0);
const bars = Array(8).fill(0)
export const Loader = ({ visible }: { visible: boolean }) => {
return (
@@ -9,5 +9,5 @@ export const Loader = ({ visible }: { visible: boolean }) => {
))}
</div>
</div>
);
};
)
}