Skip to content

Commit

Permalink
update Live Previewer
Browse files Browse the repository at this point in the history
  • Loading branch information
tifoaudii committed Feb 19, 2022
1 parent 90b290b commit 0ccead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TifoKit/Core UI/LivePreviewer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 0ccead0

Please sign in to comment.