Forgot to make the components use public.
This commit is contained in:
@ -10,7 +10,6 @@ mod server;
|
||||
|
||||
pub use crate::info::{get_name, get_version};
|
||||
|
||||
#[cfg(not(feature = "server"))]
|
||||
pub use crate::components::*;
|
||||
|
||||
#[cfg(feature = "server")]
|
||||
|
||||
Reference in New Issue
Block a user