diff --git a/saftyReport/saftyReport/Source/Main/MainContentsSectionHeader.swift b/saftyReport/saftyReport/Source/Main/MainContentsSectionHeader.swift index 3305045..0423c12 100644 --- a/saftyReport/saftyReport/Source/Main/MainContentsSectionHeader.swift +++ b/saftyReport/saftyReport/Source/Main/MainContentsSectionHeader.swift @@ -123,7 +123,3 @@ class MainContentsSectionHeader: UICollectionReusableView { return formatter.string(for: beforeNum) ?? "\(number)" } } - -#Preview { - MainViewController() -}