diff --git a/src/app/(pages)/albaTalk/layout.tsx b/src/app/(pages)/albaTalk/layout.tsx new file mode 100644 index 00000000..0762119b --- /dev/null +++ b/src/app/(pages)/albaTalk/layout.tsx @@ -0,0 +1,17 @@ +import React, { Suspense } from "react"; + +export default function AlbaTalkLayout({ children }: { children: React.ReactNode }) { + return ( +
게시글 목록을 불러오는데 실패했습니다.
+등록된 게시글이 없습니다.
+{comment.content}
-{message}
{post.content}
-+
{content}
{comment}
+{content}