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
+9 -9
View File
@@ -1,13 +1,13 @@
import Call from "./Call"
import Connect from "./Connect"
import Call from "./Call";
import Connect from "./Connect";
function ContactUsPage() {
return (
<div className="w-full pt-[24px] sm:pt-[56px] md:pt-[88px] lg:pt-[120px] mt-[56px] padding-responsive flex flex-col lg:flex-row items-center justify-between h-fit">
<Call />
<Connect />
</div>
)
return (
<div className="w-full pt-[24px] sm:pt-[56px] md:pt-[88px] lg:pt-[120px] mt-[56px] padding-responsive flex flex-col lg:flex-row items-center justify-between h-fit">
<Call />
<Connect />
</div>
);
}
export default ContactUsPage
export default ContactUsPage;