From a2068e62ddf4fbfb1009addf4b93939962b95f37 Mon Sep 17 00:00:00 2001 From: KangBoSeok Date: Tue, 3 Dec 2024 11:29:07 +0900 Subject: [PATCH] =?UTF-8?q?Design(#36)=20:=20=EB=84=A4=EB=B9=84=EB=B0=94?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/ClientLayout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/ClientLayout.js b/src/app/ClientLayout.js index 587b135..612c6f5 100644 --- a/src/app/ClientLayout.js +++ b/src/app/ClientLayout.js @@ -30,6 +30,7 @@ export default function ClientLayout({ children }) { "/recommend/usertest", "/reviews/reviewScan", "/reviews/reviewsInput", + "/reviews/receiptCapture", ]; const noHeaderNavPaths = [ "/main",