Skip to content
Snippets Groups Projects
Commit 56ae610d authored by StarArawn's avatar StarArawn
Browse files

Fixed warning.

parent 431d0163
No related branches found
No related tags found
No related merge requests found
use kayak_core::{context::KayakContext, styles::Style, Children, Index}; use kayak_core::{context::KayakContext, styles::Style, Children, Index};
use kayak_core::{ use kayak_core::{derivative::*, Fragment, Widget};
derivative::{self, *},
Fragment, Widget,
};
use kayak_render_macros::rsx; use kayak_render_macros::rsx;
#[derive(Derivative)] #[derive(Derivative)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment