Skip to content

Commit

Permalink
Fix undefined video export dialog (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Jan 22, 2025
1 parent 5166d49 commit 6ff3484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import "./vendor.js";
import { throttle } from "throttle-debounce";
import { MapGrapher } from "./graph_map.js";
import { FlightLogGrapher } from "./grapher.js";
import { VideoExportDialog } from "./video_export_dialog.js";
import { FlightLogVideoRenderer } from "./flightlog_video_renderer.js";
import { UserSettingsDialog } from "./user_settings_dialog.js";
import { GraphConfigurationDialog } from "./graph_config_dialog.js";
Expand Down

0 comments on commit 6ff3484

Please sign in to comment.