This commit is contained in:
QkoSad
2023-08-08 16:02:54 +03:00
commit 0a7a469d56
315 changed files with 426907 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"notes": [
{
"id": 1,
"content": "custom hooks are awesome"
},
{
"id": 2,
"content": "best feature ever <3"
},
{
"content": "new note",
"id": 3
},
{
"content": "new note",
"id": 4
},
{
"content": "more new notes",
"id": 5
}
],
"persons": [
{
"id": 1,
"name": "Matti Luukkainen",
"number": "040-12344565"
},
{
"id": 2,
"name": "Tarja Halonen",
"number": "040-2223334"
},
{
"name": "asdas",
"number": "dasdasdas",
"id": 3
}
]
}