add prettier formatter to all file
This commit is contained in:
+8
-8
@@ -1,12 +1,12 @@
|
||||
import ClinicsPage from '@/components/clinics';
|
||||
import Layout from '@/components/layout';
|
||||
import ClinicsPage from "@/components/clinics";
|
||||
import Layout from "@/components/layout";
|
||||
|
||||
function Clinics() {
|
||||
return (
|
||||
<Layout title='کلینیک ها' name='clinics'>
|
||||
<ClinicsPage />
|
||||
</Layout>
|
||||
)
|
||||
return (
|
||||
<Layout title="کلینیک ها" name="clinics">
|
||||
<ClinicsPage />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
export default Clinics
|
||||
export default Clinics;
|
||||
|
||||
Reference in New Issue
Block a user