diff --git a/Sources/TifoKit/Core UI/LivePreviewer.swift b/Sources/TifoKit/Core UI/LivePreviewer.swift index f431315..bcfcef1 100644 --- a/Sources/TifoKit/Core UI/LivePreviewer.swift +++ b/Sources/TifoKit/Core UI/LivePreviewer.swift @@ -22,7 +22,7 @@ public extension UIViewController { func updateUIViewController(_ uiViewController: UIViewController, context: Context) {} } - func preview() -> some View { + func preview() -> some SwiftUI.View { Preview(viewController: self) } }