From 6c77728e7a5c8935fee70d81d8ec634daf56c359 Mon Sep 17 00:00:00 2001 From: shwaaaa Date: Wed, 17 Apr 2024 20:55:07 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20::=20PreView=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Sources/Feature/GoalReadingFeature/GoalReadingView.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/App/Sources/Feature/GoalReadingFeature/GoalReadingView.swift b/App/Sources/Feature/GoalReadingFeature/GoalReadingView.swift index cb587e4..ef49b96 100644 --- a/App/Sources/Feature/GoalReadingFeature/GoalReadingView.swift +++ b/App/Sources/Feature/GoalReadingFeature/GoalReadingView.swift @@ -93,7 +93,3 @@ struct GoalReadingView: View { } } } - -#Preview { - GoalReadingView() -}