Skip to content

Commit

Permalink
#37 [Add] HomeMainFeature 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
soletree committed Apr 24, 2024
1 parent ce33c92 commit 80a3671
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Score/Score/Reducer/Home/HomeMainFeature.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
//
// HomeMainFeature.swift
// Score
//
// Created by sole on 4/24/24.
//

import ComposableArchitecture

@Reducer
struct HomeMainFeature {
struct State: Equatable {

}

enum Action {

}

var body: some ReducerOf<Self> {
Reduce { state, action in
switch action {

}
}
}
}

0 comments on commit 80a3671

Please sign in to comment.