From 3c6515f91fbafd0f00eda88da2757882ae88856b Mon Sep 17 00:00:00 2001
From: Phan Huy Tran
Date: Wed, 20 Nov 2024 10:44:47 +0100
Subject: [PATCH] 3 Done
---
src/app/components/show-list/show-list.component.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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';