From 77987711d0af57e58aeb23cc1d9234456d10cca7 Mon Sep 17 00:00:00 2001 From: optrader Date: Tue, 9 Dec 2025 18:34:56 +0900 Subject: [PATCH] =?UTF-8?q?[251209]=20fix:=20=EB=B0=B1=ED=99=94=ED=98=84?= =?UTF-8?q?=EC=83=81=20=EB=94=94=EB=B2=84=EA=B9=85-2=20App.js=20GlobalPopu?= =?UTF-8?q?p=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 12. 09. 18:34:56 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +2쀄 β€’ μ‚­μ œ: -1쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/App/App.js πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ 핡심 λΉ„μ¦ˆλ‹ˆμŠ€ 둜직 κ°œμ„  --- com.twin.app.shoptime/src/App/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/App/App.js b/com.twin.app.shoptime/src/App/App.js index 30f255d0..6beb46bd 100644 --- a/com.twin.app.shoptime/src/App/App.js +++ b/com.twin.app.shoptime/src/App/App.js @@ -13,6 +13,7 @@ import Spotlight from '@enact/spotlight'; import { Job } from '@enact/core/util'; import platform from '@enact/core/platform'; import { ThemeDecorator } from '@enact/sandstone/ThemeDecorator'; +import GlobalPopup from '../components/GlobalPopup/GlobalPopup'; // import "../../../assets/fontello/css/fontello.css"; @@ -888,7 +889,7 @@ function AppBase(_props /* eslint-disable-line no-unused-vars */) { /> )} - {/* */} + ); }