aboutsummaryrefslogtreecommitdiff
path: root/ui/src/controller/selection_controller.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/controller/selection_controller.ts')
-rw-r--r--ui/src/controller/selection_controller.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/controller/selection_controller.ts b/ui/src/controller/selection_controller.ts
index d30b458b3..ce9b15f18 100644
--- a/ui/src/controller/selection_controller.ts
+++ b/ui/src/controller/selection_controller.ts
@@ -37,7 +37,7 @@ import {
STR_NULL,
timeFromSql,
} from '../trace_processor/query_result';
-import {SLICE_TRACK_KIND} from '../tracks/chrome_slices';
+import {SLICE_TRACK_KIND} from '../tracks/chrome_slices/chrome_slice_track';
import {Controller} from './controller';