소스 검색

🔥 remove useless factors.js

jmacura 3 년 전
부모
커밋
a89a00eee7
1개의 변경된 파일0개의 추가작업 그리고 32개의 파일을 삭제
  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,
-  },
-];