소스 검색

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