ratatui/examples/demo2
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
..
tabs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
app.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
big_text.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
colors.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
destroy.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
errors.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
main.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
tabs.rs feat(examples): add demo2 example (#500) 2023-09-21 01:47:23 -07:00
term.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
theme.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00