mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 22:54:12 +00:00
fix: remove fermi callback api
This commit is contained in:
parent
ddd4875e13
commit
06c88b6f35
1 changed files with 0 additions and 2 deletions
|
@ -4,11 +4,9 @@ pub mod prelude {
|
|||
pub use crate::*;
|
||||
}
|
||||
|
||||
mod callback;
|
||||
mod root;
|
||||
|
||||
pub use atoms::*;
|
||||
pub use callback::*;
|
||||
pub use hooks::*;
|
||||
pub use root::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue