From 364126a5869ebabc2ba3534e933293dc313ba07b Mon Sep 17 00:00:00 2001 From: doyeonk429 <80318425+doyeonk429@users.noreply.github.com> Date: Sat, 28 Dec 2024 03:51:13 +0900 Subject: [PATCH] =?UTF-8?q?#4=20[Archi]=20=EB=AA=A8=EB=93=88=ED=99=94=20?= =?UTF-8?q?=EA=B5=AC=EC=A1=B0=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ViewControllers/MainTabBarController.swift | 0 .../Features/{Home => Profile}/ViewControllers/LogoutTestVC.swift | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename DE/DE/Sources/Features/{Home => Authentication}/ViewControllers/MainTabBarController.swift (100%) rename DE/DE/Sources/Features/{Home => Profile}/ViewControllers/LogoutTestVC.swift (100%) diff --git a/DE/DE/Sources/Features/Home/ViewControllers/MainTabBarController.swift b/DE/DE/Sources/Features/Authentication/ViewControllers/MainTabBarController.swift similarity index 100% rename from DE/DE/Sources/Features/Home/ViewControllers/MainTabBarController.swift rename to DE/DE/Sources/Features/Authentication/ViewControllers/MainTabBarController.swift diff --git a/DE/DE/Sources/Features/Home/ViewControllers/LogoutTestVC.swift b/DE/DE/Sources/Features/Profile/ViewControllers/LogoutTestVC.swift similarity index 100% rename from DE/DE/Sources/Features/Home/ViewControllers/LogoutTestVC.swift rename to DE/DE/Sources/Features/Profile/ViewControllers/LogoutTestVC.swift