From b67635886d28d1fa9380f53d36c773ce1ce9a969 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 25 Jan 2025 18:49:44 +0100 Subject: [PATCH] restruct: move internal corrections to the separate json file --- src/App.vue | 84 ++++---------------------- src/data/corrections.json | 122 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+), 73 deletions(-) create mode 100644 src/data/corrections.json diff --git a/src/App.vue b/src/App.vue index dfc3df5..7047146 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@