From 2a9cb969b33f6244e29037e93e73170bda5aa686 Mon Sep 17 00:00:00 2001 From: nestoralonso Date: Sat, 3 Oct 2020 10:00:34 -0500 Subject: [PATCH] Delete Constant.js Delete uppercase variant of Constant.js because MacOs doesn't support two files with names which the only difference is the casing --- web/src/common/Constant.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 web/src/common/Constant.js diff --git a/web/src/common/Constant.js b/web/src/common/Constant.js deleted file mode 100644 index c0ec50038..000000000 --- a/web/src/common/Constant.js +++ /dev/null @@ -1,9 +0,0 @@ -/** -* define all constant variables here -*/ - -module.exports.MenuKeyMap = { - RECORD_FILTER: 'RECORD_FILTER', - MAP_LOCAL: 'MAP_LOCAL', - ROOT_CA: 'ROOT_CA' -};