feat: Some todos added.

This commit is contained in:
2025-01-20 16:47:28 -05:00
parent 410bbae1c8
commit 0cf01298bc
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ import Foundation
@preconcurrency import URLRouting
// swiftlint:disable file_length
// TODO: Need vendor branch index route, to load branches when vendor form is displayed.
// Also need a home / index route that will redirect to login or purchase orders.
public enum ViewRoute: Sendable, Equatable {
case employee(EmployeeRoute)