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
+12 -7
View File
@@ -1,10 +1,15 @@
function UnderlineLG() {
return (
<svg width="85" height="2" viewBox="0 0 85 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.5" width="84" height="2" rx="1" fill="#F17732" />
</svg>
)
return (
<svg
width="85"
height="2"
viewBox="0 0 85 2"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect x="0.5" width="84" height="2" rx="1" fill="#F17732" />
</svg>
);
}
export default UnderlineLG
export default UnderlineLG;