almost change all layouts to ssr
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import AboutUsPage from "@/components/aboutUs";
|
||||
import Layout from "@/components/layout";
|
||||
import Layout from "@/components/layout/StLayout";
|
||||
|
||||
function AboutUs() {
|
||||
return (
|
||||
<Layout title="درباره ما" name="about-us">
|
||||
<Layout>
|
||||
<AboutUsPage />
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user