Move Dumps page components to main view and store directories

This commit will move away from storing env specific component views
and store modules in the env directory. This will help simplify the
file structure for dotenv customizations. The env directory will only
store modifications to the main store register, router definitions,
and app navigation.

Pages that are "hidden" by default, like dumps, would still need to be
imported and registered in the specific environments.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: Ia5ad76235e00127281f3fa564cb89ec2ca2e0f25
diff --git a/src/env/router/ibm.js b/src/env/router/ibm.js
index c4e1a69..317125e 100644
--- a/src/env/router/ibm.js
+++ b/src/env/router/ibm.js
@@ -27,7 +27,7 @@
 import i18n from '@/i18n';
 
 // Custom components
-import Dumps from '../components/Dumps';
+import Dumps from '@/views/Health/Dumps';
 
 const routes = [
   {