now undo
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {Child1Component} from "./child-1/child-1.component";
|
||||
import {Child2Component} from "./child-2/child-2.component";
|
||||
import {ParentComponent} from "./parent/parent.component";
|
||||
import {Child1Component} from "./child/child-1/child-1.component";
|
||||
import {Child2Component} from "./child/child-2/child-2.component";
|
||||
import {ParentComponent} from "./child/parent/parent.component";
|
||||
import {HotelsComponent} from "./hotel/hotels.component";
|
||||
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user