ratatui/examples/demo2/tabs
Josh McKinney 8061813f32
refactor: expand glob imports (#1152)
Consensus is that explicit imports make it easier to understand the
example code. This commit removes the prelude import from all examples
and replaces it with the necessary imports, and expands other glob
imports (widget::*, Constraint::*, KeyCode::*, etc.) everywhere else.
Prelude glob imports not in examples are not covered by this PR.

See https://github.com/ratatui-org/ratatui/issues/1150 for more details.
2024-05-29 04:42:29 -07:00
..
about.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
email.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
recipe.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
traceroute.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
weather.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00