Procházet zdrojové kódy

🔥 remove useless factors.js

jmacura před 3 roky
rodič
revize
a89a00eee7
1 změnil soubory, kde provedl 0 přidání a 32 odebrání
  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,
-  },
-];