We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9a3d5 commit 719c912Copy full SHA for 719c912
1 file changed
CERTI-iOS/Presentation/Cerfificate/View/CertificateView.swift
@@ -213,11 +213,11 @@ private extension CertificateView {
213
214
}
215
216
-//#Preview {
217
-// let tabCoordinator = CertiTabCoordinator()
218
-//
219
-// CertiTabBarCoordinatorView(
220
-// tabCoordinator: tabCoordinator,
221
-// appDIContainer: AppDIContainer.shared
222
-// )
223
-//}
+#Preview {
+ let tabCoordinator = CertiTabCoordinator()
+
+ CertiTabBarCoordinatorView(
+ tabCoordinator: tabCoordinator,
+ appDIContainer: AppDIContainer.shared
+ )
+}
0 commit comments