Forgot to make the components use public.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bard"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
edition = "2024"
|
||||
description = "Dioxus components that will display a Tavern blogging system Blog."
|
||||
repository = "/CyberMages/tavern"
|
||||
|
||||
@ -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