Creating Stores and using Observables

Change-Id: I214692e64df065beaddee0e0ec8759de540c269d
diff --git a/src/index.ts b/src/index.ts
index 66a32f1..c654e52 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -11,7 +11,7 @@
 
 import './index.scss';
 import {xosCore} from './app/core/index';
-import {xosRest} from './app/rest/index';
+import {xosRest} from './app/datasources/index';
 import {xosViews} from './app/views/index';
 import {interceptorConfig, userStatusInterceptor, CredentialsInterceptor} from './interceptors';