Moved related stats in a standalone component
diff --git a/mCordPortal/src/index.html b/mCordPortal/src/index.html
index 5139a70..8de5eb9 100644
--- a/mCordPortal/src/index.html
+++ b/mCordPortal/src/index.html
@@ -62,6 +62,7 @@
     <script src="dist/components/footer/footer.js"></script>
     <script src="dist/components/add-enodeb/add-enodeb.js"></script>
     <script src="dist/components/related-profiles/related-profiles.js"></script>
+    <script src="dist/components/related-stats/related-stats.js"></script>
 
     <script src="dist/view/login/login.js"></script>
     <script src="dist/view/home/e-node-map.js"></script>