diff --git a/Sources/WebView/WebView.swift b/Sources/WebView/WebView.swift index 479abee..6db58e2 100644 --- a/Sources/WebView/WebView.swift +++ b/Sources/WebView/WebView.swift @@ -1,6 +1,6 @@ import Meta import CWebView -import Foundation +import Adwaita public struct WebView: AdwaitaWidget { @Binding var url: String @@ -32,4 +32,4 @@ public struct WebView: AdwaitaWidget { view.height = height return view } -} \ No newline at end of file +}