website cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { RecordEngagementOutputDTO } from '../types/generated';
|
||||
import type { RecordEngagementOutputDTO } from '../types/generated/RecordEngagementOutputDTO';
|
||||
|
||||
/**
|
||||
* Record engagement output view model
|
||||
@@ -27,4 +27,4 @@ export class RecordEngagementOutputViewModel {
|
||||
get isHighEngagement(): boolean {
|
||||
return this.engagementWeight > 1.0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user