add prettier formatter to all file
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import ContactUsPage from '@/components/contactUs';
|
||||
import Layout from '@/components/layout';
|
||||
import ContactUsPage from "@/components/contactUs";
|
||||
import Layout from "@/components/layout";
|
||||
|
||||
function ContactUs() {
|
||||
return (
|
||||
<Layout title='تماس با ما' name='contact-us'>
|
||||
<ContactUsPage />
|
||||
</Layout>
|
||||
)
|
||||
return (
|
||||
<Layout title="تماس با ما" name="contact-us">
|
||||
<ContactUsPage />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
export default ContactUs
|
||||
export default ContactUs;
|
||||
|
||||
Reference in New Issue
Block a user