Skip to content

Commit 6db5405

Browse files
author
ndthanhdev
committed
fix import
1 parent b262865 commit 6db5405

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/templates/post.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Shell } from "../shell";
44
import { Merge } from "type-fest";
55
import { MyHelmet } from "@/components/my-helmet";
66
import { useSiteMetadata } from "@/shell/default-headers";
7-
import { MainLayout } from "@/layouts/main";
7+
import { MainLayoutContainer } from "@/layouts/main";
88

99
export type PostTemplateProps = Merge<
1010
PageProps<Queries.PostTemplateQuery>,
@@ -17,7 +17,7 @@ const PostTemplate = ({ children, data }: PostTemplateProps) => {
1717
return (
1818
<>
1919
<Shell>
20-
<MainLayout>{children}</MainLayout>
20+
<MainLayoutContainer>{children}</MainLayoutContainer>
2121
</Shell>
2222
<MyHelmet>
2323
<title>

0 commit comments

Comments
 (0)