Skip to content

Commit 47af3e9

Browse files
committed
remove busses (OVAPI seems dysfunctional)
1 parent b9ea1b2 commit 47af3e9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/app/app.component.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@
66
<app-train/>
77
</div>
88
<div class="w-6 pl-2 pr-1">
9-
<app-bus/>
9+
<app-news/>
1010
</div>
1111
</div>
1212
<div class="fixed-bottom opaque ruler-top pb-2">
13-
<div class="row flex-start flex-justify-center ruler">
14-
<app-news/>
15-
</div>
1613
<div class="row flex-start flex-justify-center">
1714
<app-domotics/>
1815
</div>

src/app/app.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { DomoticsComponent } from './domotics/domotics.component';
44
import { ClockComponent } from './clock/clock.component';
55
import { WeatherComponent } from './weather/weather.component';
66
import { TrainComponent } from './train/train.component';
7-
import { BusComponent } from './bus/bus.component';
87

98
@Component({
109
selector: 'app-root',
@@ -16,7 +15,7 @@ import { BusComponent } from './bus/bus.component';
1615
ClockComponent,
1716
WeatherComponent,
1817
TrainComponent,
19-
BusComponent,
18+
2019
],
2120
})
2221
export class AppComponent {

0 commit comments

Comments
 (0)