From 10e9dc06dd383c2e309d3bfd8e8c7b57866e6610 Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 23 May 2022 16:52:43 +0200 Subject: [PATCH] :coffin: Remove dead code --- src/pages/data.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/pages/data.json diff --git a/src/pages/data.json b/src/pages/data.json deleted file mode 100644 index 6b3f581fe..000000000 --- a/src/pages/data.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "data": [ - { - "position": 6, - "mass": 12.011, - "symbol": "C", - "name": "Carbon" - }, - { - "position": 7, - "mass": 14.007, - "symbol": "N", - "name": "Nitrogen" - }, - { - "position": 39, - "mass": 88.906, - "symbol": "Y", - "name": "Yttrium" - }, - { - "position": 56, - "mass": 137.33, - "symbol": "Ba", - "name": "Barium" - }, - { - "position": 58, - "mass": 140.12, - "symbol": "Ce", - "name": "Cerium" - } - ] -} \ No newline at end of file