mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
fix: Fix command component module structure for publishing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Default Command components
|
||||
// These components provide the standard Command functionality
|
||||
|
||||
pub mod default_components;
|
||||
pub use crate::default_components::*;
|
||||
|
||||
@@ -10,6 +10,8 @@ mod new_york;
|
||||
#[cfg(not(feature = "new_york"))]
|
||||
mod default;
|
||||
|
||||
pub mod default_components;
|
||||
|
||||
mod tests;
|
||||
|
||||
mod tdd_tests;
|
||||
|
||||
Reference in New Issue
Block a user