DioxusLabs / DioxusLabs/dioxus
Add Use Statements in the Guide
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Feature Request
Going through the guide it doesn't show any use statements to bring items into scope. This means when you enter the code it you just get errors saying `dioxus_thing` is undeclared.
Code in the Guide:

Error:

Code in the Guide:

Errors:

After adding use statement:

Have to add another use statement:

## Implement Suggestion
Show relevant use statements to the code provided in the guide.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.