almost change all layouts to ssr
This commit is contained in:
+2
-3
@@ -1,10 +1,9 @@
|
||||
import HomePage from "@/components/home";
|
||||
import Layout from "@/components/layout";
|
||||
import Layout from "@/components/layout/StLayout";
|
||||
|
||||
export default function Home() {
|
||||
|
||||
return (
|
||||
<Layout title="خانه" name="">
|
||||
<Layout>
|
||||
<HomePage />
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user