diff options
Diffstat (limited to 'Hutch/App/RootView.swift')
| -rw-r--r-- | Hutch/App/RootView.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Hutch/App/RootView.swift b/Hutch/App/RootView.swift index f0bde89..a71b247 100644 --- a/Hutch/App/RootView.swift +++ b/Hutch/App/RootView.swift @@ -263,6 +263,7 @@ enum MoreDestination: Hashable { } enum MoreRoute: Hashable { + case lookup case lists case pastes case settings @@ -275,6 +276,8 @@ private struct MoreNavigationRoot: View { MoreView() .navigationDestination(for: MoreRoute.self) { route in switch route { + case .lookup: + LookupView() case .lists: MailingListListView() case .pastes: |
