Server was unable to see components.

Apparently this was needed for the build.
This commit is contained in:
2025-09-06 16:07:08 -04:00
parent 9679578977
commit 54e54f61c0
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bard" name = "bard"
version = "0.0.3" version = "0.0.4"
edition = "2024" edition = "2024"
description = "Dioxus components that will display a Tavern blogging system Blog." description = "Dioxus components that will display a Tavern blogging system Blog."
repository = "/CyberMages/tavern" repository = "/CyberMages/tavern"

View File

@ -2,7 +2,6 @@
mod info; mod info;
#[cfg(not(feature = "server"))]
mod components; mod components;
mod server; mod server;