refactor(server): split gtfs into its own module
This commit is contained in:
parent
aad5ae4024
commit
0181497420
18 changed files with 241 additions and 132 deletions
|
|
@ -49,7 +49,7 @@ sealed class MapScreenEvent {
|
|||
data class SearchUpdate(val text: String) : MapScreenEvent()
|
||||
}
|
||||
|
||||
data class InternalState(
|
||||
private data class InternalState(
|
||||
val route: String? = null,
|
||||
val stop: String? = null,
|
||||
val run: String? = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue