diff --git a/Sources/ClickIt/Lite/SimplifiedMainView.swift b/Sources/ClickIt/Lite/SimplifiedMainView.swift index 5a30777..3318ce9 100644 --- a/Sources/ClickIt/Lite/SimplifiedMainView.swift +++ b/Sources/ClickIt/Lite/SimplifiedMainView.swift @@ -386,7 +386,8 @@ struct SimplifiedMainView: View { } // MARK: - Preview - +#if DEBUG #Preview { SimplifiedMainView() } +#endif