Add task deletion.

This commit is contained in:
2022-03-05 12:11:41 +01:00
parent 5ad34da8f7
commit a5f4c18eb5
6 changed files with 63 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
export interface Task {
id: string;
title: string;
creationDate: Date;
description: string;