diff --git a/example/src/app/app.component.ts b/example/src/app/app.component.ts
index d478c87faf4734b3fb96470ebda1b996b65e982d..baf75eb56865ac20f649300c29f4ddd02987ad3b 100644
--- a/example/src/app/app.component.ts
+++ b/example/src/app/app.component.ts
@@ -3,7 +3,7 @@ import { DisaggResponse, Disaggregation, DisaggGraphView } from '@nshmp/disagg-d
 import { Collection } from '@nshmp/disagg-d3/src/mvc';
 import { nshmpHaz } from '@ghsc/nshmp-utils';
 
-import * as deagg from '../assets/deagg.json';
+import deagg from '../assets/deagg.json';
 
 @Component({
   selector: 'app-root',