From ea09f7b98c4ef4a0d6bed56f9f985ce141971740 Mon Sep 17 00:00:00 2001 From: Holat <105239299+Holat@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:52:55 +0100 Subject: [PATCH] types update --- types/type.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/type.tsx b/types/type.tsx index 80f2a8d..72fb869 100644 --- a/types/type.tsx +++ b/types/type.tsx @@ -6,6 +6,7 @@ type listProp = { subject: string; date: string; time: string; + icon: string; }; type showCreateProp = { @@ -26,7 +27,6 @@ type ListProp = { type DataProp = { item: listProp; - // index: number; }; interface todoCardProp