Skip to content

Commit

Permalink
Tweak ordering
Browse files Browse the repository at this point in the history
With GPG
  • Loading branch information
SunburstEnzo committed Apr 6, 2024
1 parent 59b9acc commit 5a62b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Example/HostingExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
//

import UIKit
#if !OPENSWIFTUI
import SwiftUI
#else
#if OPENSWIFTUI
import OpenSwiftUI
#else
import SwiftUI
#endif

class ViewController: UINavigationController {
Expand Down

0 comments on commit 5a62b58

Please sign in to comment.