From 6a4a3f42ed4ce4d1cab27cb6c0f173c4db58b58a Mon Sep 17 00:00:00 2001 From: minsik Date: Wed, 27 Nov 2024 15:05:13 +0900 Subject: [PATCH] =?UTF-8?q?EventProvider=20=EC=A3=BC=EC=84=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/floor-plan/layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/floor-plan/layout.js b/src/app/floor-plan/layout.js index 532a83d6..4bb1e355 100644 --- a/src/app/floor-plan/layout.js +++ b/src/app/floor-plan/layout.js @@ -10,13 +10,13 @@ export default function FloorPlanLayout({ children }) { return ( <> - + {/**/} {children} - + {/**/} ) }