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