8 lines
257 B
JavaScript
8 lines
257 B
JavaScript
/*!
|
|
* Copyright (C) Microsoft Corporation. All rights reserved.
|
|
*/
|
|
import * as app from './app/index';
|
|
import * as data from './data/index';
|
|
import * as telemetry from './telemetry/index';
|
|
export { app, data, telemetry };
|
|
//# sourceMappingURL=index.js.map
|