fix: remove fermi callback api

This commit is contained in:
Jonathan Kelley 2022-02-28 13:13:45 -05:00
parent ddd4875e13
commit 06c88b6f35

View file

@ -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::*;