refactor(HotelItem): remove duplicate Input import
Some checks failed
Build / Build and analyze (push) Has been cancelled

This commit is contained in:
Jan Gleytenhoover 2024-10-01 07:54:34 +02:00
parent eb9f11155a
commit 8d1a676f5e
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -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";