From 62f7ec5a7c7078855716caee039adfb305da302a Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Mon, 2 Feb 2026 06:45:40 +0100 Subject: [PATCH] Removed unnecessary sample-data.json. --- scripts/sample-data.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 scripts/sample-data.json diff --git a/scripts/sample-data.json b/scripts/sample-data.json deleted file mode 100644 index a24973b..0000000 --- a/scripts/sample-data.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "users": [ - { - "id": 1, - "name": "Alice Johnson", - "email": "alice@example.com", - "role": "admin", - "skills": ["JavaScript", "Python", "SQL"] - }, - { - "id": 2, - "name": "Bob Wilson", - "email": "bob@example.com", - "role": "developer", - "skills": ["Java", "Spring", "React"] - }, - { - "id": 3, - "name": "Carol Davis", - "email": "carol@example.com", - "role": "designer", - "skills": ["Figma", "Photoshop", "CSS"] - } - ], - "metadata": { - "total": 3, - "created": "2026-01-21", - "version": "1.0" - } -} \ No newline at end of file