// For WASM builds, `extern` fn uses type `std::string::String`, which is not FFI-safe
// This is added to ignore those warnings
//when we do "use crate::plugins::*" make it so that we can just use directly
// the components without mentioning cam_comps for example
pub use *;
pub use *;
pub use *;