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
+10 -8
View File
@@ -2,16 +2,18 @@ import Form from "./form";
import Head from "./Head";
function UserAccountPage({ data }) {
return (
<div className="
return (
<div
className="
opacity-page rounded-[8px] bg-transparent md:bg-[#FFF]
shadow-none md:shadow-[0px_1px_24.8px_0px_rgba(204,204,204,0.18)] py-0 md:py-[16px] lg:py-[32px]
px-0 sm:px-[14px] md:px-[24px] lg:px-[44px] xl:px-[112px]
">
<Head />
<Form />
</div>
)
"
>
<Head />
<Form />
</div>
);
}
export default UserAccountPage
export default UserAccountPage;