Add task deletion.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface Task {
|
||||
id: string;
|
||||
title: string;
|
||||
creationDate: Date;
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user