Skip to content

Commit

Permalink
types update
Browse files Browse the repository at this point in the history
  • Loading branch information
Holat committed Sep 1, 2023
1 parent 1ec6005 commit ea09f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/type.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type listProp = {
subject: string;
date: string;
time: string;
icon: string;
};

type showCreateProp = {
Expand All @@ -26,7 +27,6 @@ type ListProp = {

type DataProp = {
item: listProp;
// index: number;
};

interface todoCardProp
Expand Down

0 comments on commit ea09f7b

Please sign in to comment.