Skip to content

Commit

Permalink
storefront test
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 7, 2024
1 parent 69961dd commit a69fe17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev/ParraDev/StoreTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@

import SwiftUI
import Parra
//import ParraStorefront
import ParraStorefront

struct StoreTab: View {
@Environment(\.parraTheme) private var parraTheme

var body: some View {
// ParraStorefrontWidget()
EmptyView()
ParraStorefrontWidget()
}
}

Expand Down

0 comments on commit a69fe17

Please sign in to comment.