diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-27 21:40:17 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-27 21:40:17 -0400 |
| commit | d4a77dd055685dd81a762ef40e0c3b7606586e9c (patch) | |
| tree | 9c2c31267041716d8a7e90ceb796ea632ee572e4 /src/client/northstar/dash-fields/HistogramField.ts | |
| parent | 7a820b3b175ea52712927e75ce16e32f0ed3a131 (diff) | |
Split more files up
Diffstat (limited to 'src/client/northstar/dash-fields/HistogramField.ts')
| -rw-r--r-- | src/client/northstar/dash-fields/HistogramField.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/northstar/dash-fields/HistogramField.ts b/src/client/northstar/dash-fields/HistogramField.ts index 118f4cf7f..730289536 100644 --- a/src/client/northstar/dash-fields/HistogramField.ts +++ b/src/client/northstar/dash-fields/HistogramField.ts @@ -3,7 +3,7 @@ import { custom, serializable } from "serializr"; import { ColumnAttributeModel } from "../../../client/northstar/core/attribute/AttributeModel"; import { AttributeTransformationModel } from "../../../client/northstar/core/attribute/AttributeTransformationModel"; import { HistogramOperation } from "../../../client/northstar/operations/HistogramOperation"; -import { ObjectField } from "../../../new_fields/Doc"; +import { ObjectField } from "../../../new_fields/ObjectField"; import { CurrentUserUtils } from "../../../server/authentication/models/current_user_utils"; import { OmitKeys } from "../../../Utils"; import { Deserializable } from "../../util/SerializationHelper"; |
