Merge pull request #150 from dinukadesilva/master

Fix imports
diff --git a/src/lib/service/custos-service/custos-service-tenants.js b/src/lib/service/custos-service/custos-service-tenants.js
index b12afa8..1919334 100644
--- a/src/lib/service/custos-service/custos-service-tenants.js
+++ b/src/lib/service/custos-service/custos-service-tenants.js
@@ -1,5 +1,5 @@
 import CustosService from "./index";
-import config from "@/config";
+import config from "../../../config";
 
 export default class CustosTenants {
     /**
diff --git a/src/lib/store/modules/tenant.store.js b/src/lib/store/modules/tenant.store.js
index 5f21694..52d285b 100644
--- a/src/lib/store/modules/tenant.store.js
+++ b/src/lib/store/modules/tenant.store.js
@@ -1,5 +1,5 @@
 import {custosService} from "../util/custos.util";
-import config from "@/config";
+import config from "../../../config";
 
 const getDefaultState = () => {
     return {