Skip to content

Commit

Permalink
re_time_panel: no longer cram everything in lib.rs (#8873)
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 authored Jan 30, 2025
1 parent f85eb75 commit a83ba77
Show file tree
Hide file tree
Showing 4 changed files with 1,746 additions and 1,739 deletions.
2 changes: 1 addition & 1 deletion crates/viewer/re_time_panel/src/data_density_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use re_log_types::{ComponentPath, ResolvedTimeRange, TimeInt, Timeline};
use re_viewer_context::{Item, TimeControl, UiLayout, ViewerContext};

use crate::recursive_chunks_per_timeline_subscriber::PathRecursiveChunksPerTimelineStoreSubscriber;
use crate::TimePanelItem;
use crate::time_panel::TimePanelItem;

use super::time_ranges_ui::TimeRangesUi;

Expand Down
Loading

0 comments on commit a83ba77

Please sign in to comment.