Преглед изворни кода

chore: remove unused import in example

Jonathan Kelley пре 3 година
родитељ
комит
43a368c8bd
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      examples/hello_world.rs

+ 0 - 1
examples/hello_world.rs

@@ -1,5 +1,4 @@
 use dioxus::prelude::*;
-use dioxus_desktop::tao::menu::MenuBar;
 
 fn main() {
     dioxus::desktop::launch(app);