Skip to content

Commit

Permalink
replace NavigationView with NavigationStack
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Feb 2, 2024
1 parent 78f2565 commit 46fcf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/Sources/Features/AppView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Today
public struct AppView: View {
public var body: some View {
TabView {
NavigationView {
NavigationStack {
TodayView(
store: .init(
initialState: TodayReducer.State()
Expand Down

0 comments on commit 46fcf22

Please sign in to comment.