almost change all layouts to ssr
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
import BlogsPage from "@/components/blogs";
|
||||
import Layout from "@/components/layout";
|
||||
import Layout from "@/components/layout/StLayout";
|
||||
|
||||
function Blogs() {
|
||||
return (
|
||||
<Layout title="وبلاگ ها" name="blogs">
|
||||
<Layout>
|
||||
<BlogsPage />
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user