refactor(HotelItem): remove duplicate Input import
Some checks failed
Build / Build and analyze (push) Has been cancelled
Some checks failed
Build / Build and analyze (push) Has been cancelled
This commit is contained in:
parent
eb9f11155a
commit
8d1a676f5e
@ -1,6 +1,5 @@
|
||||
import { Component } from "@angular/core";
|
||||
import { Component, Input } from "@angular/core";
|
||||
import { ChildComponent } from "../Child/child.component";
|
||||
import { Input } from "@angular/core";
|
||||
import { Hotel } from "./hotel";
|
||||
import { CurrencyPipe } from "@angular/common";
|
||||
import { FormsModule } from "@angular/forms";
|
||||
|
Loading…
Reference in New Issue
Block a user