Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Mar 5, 2024
1 parent da58b01 commit 8e829d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Verge/Store/Store.swift
Original file line number Diff line number Diff line change
Expand Up @@ -876,9 +876,10 @@ extension Store {

}

#if DEBUG && canImport(SwiftUI)
#if DEBUG && canImport(SwiftUI) && canImport(UIKit)

import SwiftUI
import UIKit

@available(iOS 17, *)
#Preview {
Expand Down

0 comments on commit 8e829d8

Please sign in to comment.