Skip to content
Snippets Groups Projects
Commit 1506cc7d authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

chore: add more sample data

parent 7be851e5
Branches
No related tags found
No related merge requests found
...@@ -9,5 +9,16 @@ ...@@ -9,5 +9,16 @@
"text" : "Item 2", "text" : "Item 2",
"checked" : false "checked" : false
} ] } ]
},
{
"name" : "todo1",
"deadline" : "2023-10-01T14:53:11",
"items" : [ {
"text" : "Item 1",
"checked" : true
}, {
"text" : "Item 2",
"checked" : false
} ]
} ] } ]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment