Skip to content

Commit

Permalink
#37 [Feat] HomeMainView 구조 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
soletree committed Apr 24, 2024
1 parent 64259cb commit ef89ad9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Score/Score/View/Home/HomeMainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ import SwiftUI
struct HomeMainView: View {
let store: StoreOf<HomeMainFeature>
var body: some View {
WithPerceptionTracking {
Text("home main view")
}
Text("home main view")
}
}

Expand Down

0 comments on commit ef89ad9

Please sign in to comment.