Skip to content

Commit

Permalink
Updated AppFlags.swift to AppFlags.self.
Browse files Browse the repository at this point in the history
  • Loading branch information
will-lumley committed Jul 10, 2023
1 parent 6b8a039 commit 05527e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Vexillographer

struct MyView: View {

let flagPole = FlagPole(hoist: AppFlags.swift)
let flagPole = FlagPole(hoist: AppFlags.self)

var body: some View {
NavigationView {
Expand Down

0 comments on commit 05527e6

Please sign in to comment.