File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { DomoticsComponent } from './domotics/domotics.component';
44import { ClockComponent } from './clock/clock.component' ;
55import { WeatherComponent } from './weather/weather.component' ;
66import { 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} )
2221export class AppComponent {
You can’t perform that action at this time.
0 commit comments