Skip to content

Commit ebfcb76

Browse files
committed
refactor: 불필요 라우터 주입 제거
1 parent 97811ab commit ebfcb76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

DevLog/UI/Main/MainView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ struct MainView: View {
104104
} detail: {
105105
todayRegularDetailView
106106
}
107-
.environment(todayViewCoordinator.router)
108107
case .notification:
109108
NavigationSplitView {
110109
mainSidebar
@@ -270,7 +269,6 @@ struct MainView: View {
270269
todayContentView
271270
}
272271
}
273-
.environment(todayViewCoordinator.router)
274272
}
275273

276274
private var todayContentView: some View {

0 commit comments

Comments
 (0)