chore: Fix streampipes library import
diff --git a/ui/src/app/configuration/export/import-dialog/data-import-dialog.component.ts b/ui/src/app/configuration/export/import-dialog/data-import-dialog.component.ts
index 05e3414..f266126 100644
--- a/ui/src/app/configuration/export/import-dialog/data-import-dialog.component.ts
+++ b/ui/src/app/configuration/export/import-dialog/data-import-dialog.component.ts
@@ -20,7 +20,7 @@
 import { DialogRef } from '@streampipes/shared-ui';
 import { DataExportService } from '../data-export.service';
 import { HttpEventType, HttpResponse } from '@angular/common/http';
-import { AssetExportConfiguration } from '../../../../../dist/streampipes/platform-services';
+import { AssetExportConfiguration } from '@streampipes/platform-services';
 
 @Component({
     selector: 'sp-data-import-dialog',