diff --git a/.npmrc b/.npmrc
index 485bbd92f4caa0acb505e533010659351851445b..f10f4c09f4966325ec3b95a4c906b40a41b0823b 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,4 +1,4 @@
-@piveau:registry=https://paca.fokus.fraunhofer.de/repository/npm-hosted/
+# @piveau:registry=https://paca.fokus.fraunhofer.de/repository/npm-hosted/
 @deu:registry=https://paca.fokus.fraunhofer.de/repository/npm-group/
 # registry=http://localhost:4873/ # In case you use Verdaccio for testing purposes
-# registry=https://registry.npmjs.org/
+@piveau:registry=https://registry.npmjs.org/
diff --git a/package-lock.json b/package-lock.json
index 77f308824ae83dd1d72ba4eedeef79b6e2a98446..b6a92291200ac868d3e5e341365f79f53270a860 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
         "@fortawesome/free-solid-svg-icons": "^5.3.1",
         "@fortawesome/vue-fontawesome": "^3.0.3",
         "@intlify/unplugin-vue-i18n": "^1.2.0",
-        "@piveau/piveau-hub-ui-modules": "^4.0.25",
+        "@piveau/piveau-hub-ui-modules": "^100.0.0-alpha.0",
         "@piveau/piveau-universal-piwik": "^3.1.1",
         "@rdfjs/dataset": "^2.0.1",
         "@triply/yasgui": "^4.2.25",
@@ -2485,9 +2485,9 @@
       "dev": true
     },
     "node_modules/@piveau/piveau-hub-ui-modules": {
-      "version": "4.0.25",
-      "resolved": "https://paca.fokus.fraunhofer.de/repository/npm-hosted/@piveau/piveau-hub-ui-modules/-/piveau-hub-ui-modules-4.0.25.tgz",
-      "integrity": "sha512-CDkcBmkU5m8qrn0duiK7B6GF5QcOtTuPaFPQ8+KXz0cWNZgssExN9+lxQc9ede4Lfuyq5eA2m5awq1U+0ZG5aw==",
+      "version": "100.0.0-alpha.0",
+      "resolved": "https://registry.npmjs.org/@piveau/piveau-hub-ui-modules/-/piveau-hub-ui-modules-100.0.0-alpha.0.tgz",
+      "integrity": "sha512-7iqH9sTMZBRABMklgYRQAtORa2BCkVVUnS1YafO2l0szenkJid3sxOgkcf7O3igLfKeQIVh1jJZG5r721F5z6A==",
       "dependencies": {
         "@formkit/core": "^1.2.2",
         "@formkit/vue": "^1.2.2",
diff --git a/package.json b/package.json
index 1a636d875fe13b3b2c4ed2100a6a83746fe00ec4..f5cc40a1a5ca49a19f2c8e9d5aee270e06457b06 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
     "@fortawesome/free-solid-svg-icons": "^5.3.1",
     "@fortawesome/vue-fontawesome": "^3.0.3",
     "@intlify/unplugin-vue-i18n": "^1.2.0",
-    "@piveau/piveau-hub-ui-modules": "^4.0.25",
+    "@piveau/piveau-hub-ui-modules": "^100.0.0-alpha.0",
     "@piveau/piveau-universal-piwik": "^3.1.1",
     "@rdfjs/dataset": "^2.0.1",
     "@triply/yasgui": "^4.2.25",
diff --git a/src/router.js b/src/router.js
index 700b841221ab3952fe5f16cb1e8730e46168740c..d32b3265a19b39380321f7d208a07b840d7cfabd 100755
--- a/src/router.js
+++ b/src/router.js
@@ -2,7 +2,7 @@
 import * as Router from 'vue-router';
 import { watch } from 'vue';
 import { glueConfig as GLUE_CONFIG } from '../config/user-config';
-// import {DPIHome} from "@piveau/piveau-hub-ui-modules"
+import {DPIHome} from "@piveau/piveau-hub-ui-modules"
 import {
   Auth,
   DatasetDetailsCategories,
@@ -179,12 +179,12 @@ if (GLUE_CONFIG.content.dataProviderInterface.useService) {
     component: DataFetchingComponent,
     props: true
   }),
-  // router.addRoute({
-  //   path: '/dpi/home',
-  //   name: "DPI-Home-HappyFlow",
-  //   component: DPIHome,
-  //   props: true
-  // }),
+  router.addRoute({
+    path: '/dpi/home',
+    name: "DPI-Home-HappyFlow",
+    component: DPIHome,
+    props: true
+  }),
   router.addRoute({
     path: "/dpi",
     name: "DataProviderInterface",