diff options
| author | grothedev <grothedev@gmail.com> | 2025-11-25 21:22:17 -0500 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-11-25 21:22:17 -0500 |
| commit | 43420f2987b76aa7ede0012e1998ba8d61419bc9 (patch) | |
| tree | bbb7214c9105fbfeca4ba82056cdfc6fb107b5c2 /web-timeplot/src/main.js | |
| parent | 2c1b37a5b0c4962b405a85768b9b8cdd5c4f1097 (diff) | |
pushing claude changes before i take another route
Diffstat (limited to 'web-timeplot/src/main.js')
| -rw-r--r-- | web-timeplot/src/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-timeplot/src/main.js b/web-timeplot/src/main.js index 31be4bb..c9d11fb 100644 --- a/web-timeplot/src/main.js +++ b/web-timeplot/src/main.js @@ -2,6 +2,7 @@ import { Application } from 'pixi.js'; import { WaterfallGraph } from './waterfall.js'; import { PerformanceMetrics } from './metrics.js'; import { StateManager } from './state.js'; +import { example8_InteractiveDemo} from './example-usage.js'; // ============================================================================ // GLOBAL STATE |
