浏览代码

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);