Skip to content

Commit

Permalink
sane use order, again
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Dec 16, 2024
1 parent 78b9743 commit 75b8a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/viewer/re_ui/src/modal.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use crate::{DesignTokens, UiExt as _};
use eframe::emath::NumExt;

use crate::{DesignTokens, UiExt as _};

/// Helper object to handle a [`ModalWrapper`] window.
///
/// A [`ModalWrapper`] is typically held only so long as it is displayed, so it's typically stored in an
Expand Down

0 comments on commit 75b8a94

Please sign in to comment.