diff --git a/src/app/components/show-list/show-list.component.ts b/src/app/components/show-list/show-list.component.ts index 707929e..112708a 100644 --- a/src/app/components/show-list/show-list.component.ts +++ b/src/app/components/show-list/show-list.component.ts @@ -1,4 +1,4 @@ -import {Component, inject, Input} from '@angular/core'; +import {Component, inject} from '@angular/core'; import {Show} from '../../model/show'; import {ShowService} from '../../services/show.service'; import {FormsModule} from '@angular/forms';