Pārlūkot izejas kodu

🔥 remove useless factors.js

jmacura 3 gadi atpakaļ
vecāks
revīzija
a89a00eee7
1 mainītis faili ar 0 papildinājumiem un 32 dzēšanām
  1. 0 32
      src/adjuster/factors.js

+ 0 - 32
src/adjuster/factors.js

@@ -1,32 +0,0 @@
-export const factors = [
-  {
-    name: 'Natural',
-    column: 'N_index',
-    weight: 1,
-  },
-  {
-    name: 'Social & Human',
-    column: 'S_index',
-    weight: 1,
-  },
-  {
-    name: 'Anthropic',
-    column: 'A_index',
-    weight: 1,
-  },
-  {
-    name: 'Economical',
-    column: 'E_index',
-    weight: 1,
-  },
-  {
-    name: 'Cultural',
-    column: 'C_index',
-    weight: 1,
-  },
-  {
-    name: 'Institutional',
-    column: 'I_index',
-    weight: 1,
-  },
-];