|
@@ -1,7 +1,7 @@
|
|
|
// device-management.component.ts
|
|
|
import { Component, OnInit } from '@angular/core';
|
|
|
-import { CloudObject } from './cloud-object';
|
|
|
-import { CloudQuery } from './../lib/ncloud.ts';
|
|
|
+import { CloudObject } from './../../../../../lib/ncloud';
|
|
|
+import { CloudQuery } from './../../../../../lib/ncloud';
|
|
|
|
|
|
@Component({
|
|
|
selector: 'app-device-management',
|