From 285013d32237e86af881dac33a559393a9649b44 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 23 Nov 2023 16:46:59 +0100 Subject: [PATCH] add title --- examples/share-notes/src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/share-notes/src/app/layout.tsx b/examples/share-notes/src/app/layout.tsx index 93d9a45..e48b6c4 100644 --- a/examples/share-notes/src/app/layout.tsx +++ b/examples/share-notes/src/app/layout.tsx @@ -14,6 +14,7 @@ export default function RootLayout({ }) { return ( + Share notes {children}