This commit is contained in:
csimonis
2024-09-10 08:41:01 +02:00
parent 3e2695da70
commit 763d01d561
8 changed files with 22 additions and 11 deletions

View File

@ -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({