import Foundation import RoutingKit extension SesameRoute { var path: PathComponent { .init(stringLiteral: rawValue) } }