add prettier formatter to all file
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import AboutUsPage from '@/components/aboutUs';
|
||||
import Layout from '@/components/layout';
|
||||
import AboutUsPage from "@/components/aboutUs";
|
||||
import Layout from "@/components/layout";
|
||||
|
||||
function AboutUs() {
|
||||
return (
|
||||
<Layout title='درباره ما' name='about-us'>
|
||||
<AboutUsPage />
|
||||
</Layout>
|
||||
)
|
||||
return (
|
||||
<Layout title="درباره ما" name="about-us">
|
||||
<AboutUsPage />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
export default AboutUs
|
||||
export default AboutUs;
|
||||
|
||||
Reference in New Issue
Block a user