chore: remove unused import in example

This commit is contained in:
Jonathan Kelley 2022-01-07 22:13:05 -05:00
parent d5b05d640b
commit 43a368c8bd

View file

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