Commit 7d0da8c39e636269a190904b959910b653c64ffb
1 parent
53b62eea
virtual page fix
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
src/app/app.module.ts
... | ... | @@ -36,7 +36,7 @@ import { RoadComponent } from './data/road/road.component'; |
36 | 36 | import { RoadServiceComponent } from './data/road-service/road-service.component'; |
37 | 37 | import { SettlementAddressLinkComponent } from './data/settlement-address-link/settlement-address-link.component'; |
38 | 38 | import { MapComponent } from './data/map/map.component'; |
39 | -import { MapItemsComponent } from './data/map-items/map-items-component'; | |
39 | +import { MapItemsComponent } from './data/map-items/map-items.component'; | |
40 | 40 | |
41 | 41 | // Services |
42 | 42 | import { BusStopCreateService } from '../services/bus-stop-create.service'; | ... | ... |
src/app/data/map-items/map-items-component.ts renamed to src/app/data/map-items/map-items.component.ts