almost change all layouts to ssr
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
import DoctorsPage from "@/components/doctors";
|
||||
import Layout from "@/components/layout";
|
||||
import Layout from "@/components/layout/StLayout";
|
||||
|
||||
function Doctors() {
|
||||
return (
|
||||
<Layout title="دکتر ها">
|
||||
<Layout>
|
||||
<DoctorsPage />
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user