codex: Remove redundant Router
This commit is contained in:
@@ -30,7 +30,7 @@ type private NavTab =
|
||||
| _ -> Index
|
||||
|
||||
member this.ToPath () =
|
||||
[this.ToString ()] |> Router.Router.format
|
||||
[this.ToString ()] |> Router.format
|
||||
|
||||
static member FromPath path =
|
||||
match path with
|
||||
|
||||
Reference in New Issue
Block a user