add prettier formatter to all file

This commit is contained in:
Ehsan
2024-09-25 11:03:44 +03:30
parent fa38ee2b21
commit eda896e917
410 changed files with 47636 additions and 43842 deletions
+3 -2
View File
@@ -37,8 +37,9 @@ function Sidebar({ active, setActive, open, setOpen }) {
<Links open={open} />
</div>
<div
className={`w-full justify-center overflow-hidden transition-all duration-500 ${open ? "!max-w-full" : "!max-w-0"
}`}
className={`w-full justify-center overflow-hidden transition-all duration-500 ${
open ? "!max-w-full" : "!max-w-0"
}`}
>
<Button
variant="text"