We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 154f5af + 4e5ba7d commit 6507c6eCopy full SHA for 6507c6e
src/app/event/homecoming/guestbook/layout.jsx
@@ -0,0 +1,8 @@
1
+export const metadata = {
2
+ title: "Homecoming Guestbook Cloud",
3
+ description: "현재 입장한 게스트 이름을 실시간으로 보여줍니다.",
4
+};
5
+
6
+export default function HomecomingGuestbookLayout({ children }) {
7
+ return children;
8
+}
0 commit comments