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.
1 parent 3e518f9 commit 4e5ba7dCopy full SHA for 4e5ba7d
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