diff --git a/ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts b/ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts index 7f52520bd6..d502aacc08 100644 --- a/ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts +++ b/ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts @@ -62,7 +62,7 @@ import { TenantProfileService } from '@core/http/tenant-profile.service'; import { DeviceService } from '@core/http/device.service'; import { AssetService } from '@core/http/asset.service'; import { EdgeService } from '@core/http/edge.service'; -import {RuleNode} from "@shared/models/rule-node.models"; +import { RuleNode } from '@shared/models/rule-node.models'; // @dynamic @Injectable()