Fix: Remove import Libbox statements - use bridging header instead

This commit is contained in:
2026-07-02 19:30:28 +08:00
parent 7e267072f3
commit 882f74100e
12 changed files with 0 additions and 12 deletions
@@ -1,5 +1,4 @@
import Foundation
import Libbox
public extension Profile {
var shareLink: URL {
@@ -1,5 +1,4 @@
import Foundation
import Libbox
import SwiftUI
import UniformTypeIdentifiers
@@ -1,6 +1,5 @@
import Foundation
import GRDB
import Libbox
public extension Profile {
nonisolated func updateRemoteProfile() async throws {