10 lines
143 B
Swift
10 lines
143 B
Swift
import Foundation
|
|
import RoutingKit
|
|
|
|
extension SesameRoute {
|
|
|
|
var path: PathComponent {
|
|
.init(stringLiteral: rawValue)
|
|
}
|
|
}
|