From 42a0ef9f7fc79b280b47791696c41d3e019214ec Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 11 Jan 2022 01:06:31 -0500 Subject: [PATCH] Remove unused db.json file --- db.json | 6 ++++++ src/db.json | 34 ---------------------------------- 2 files changed, 6 insertions(+), 34 deletions(-) delete mode 100644 src/db.json diff --git a/db.json b/db.json index fc513d9..53db83c 100644 --- a/db.json +++ b/db.json @@ -23,6 +23,12 @@ "text": "Learn Angular", "day": "May 8th at 9:30am", "reminder": true + }, + { + "id": 5, + "text": "Laundry", + "day": "May 9th at 8:30am", + "reminder": false } ] } diff --git a/src/db.json b/src/db.json deleted file mode 100644 index a13766e..0000000 --- a/src/db.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "tasks": [ - { - "id": 1, - "text": "Doctor\"s Appointment", - "day": "May 5th at 3:30pm", - "reminder": true - }, - { - "id": 2, - "text": "Meeting at Schoollllllll", - "day": "May 6th at 1:30pm", - "reminder": true - }, - { - "id": 3, - "text": "Grocery Shopping", - "day": "May 7th at 12:30pm", - "reminder": false - }, - { - "id": 4, - "text": "Learn Angular", - "day": "May 8th at 9:30am", - "reminder": true - }, - { - "id": 5, - "text": "Laundry", - "day": "May 9th at 8:30am", - "reminder": false - } - ] -}