mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
chore: remove unused import in example
This commit is contained in:
parent
d5b05d640b
commit
43a368c8bd
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
use dioxus::prelude::*;
|
||||
use dioxus_desktop::tao::menu::MenuBar;
|
||||
|
||||
fn main() {
|
||||
dioxus::desktop::launch(app);
|
||||
|
|
Loading…
Reference in a new issue