mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
🔧 Fix module conflicts for v0.9.0 release
- Remove duplicate module files causing compilation errors - All components now compile successfully - Ready for crates.io publication
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
// Implementation tests for Button component
|
||||
// These tests focus on actual implementation logic and edge cases
|
||||
|
||||
pub mod implementation_tests;
|
||||
@@ -1,4 +0,0 @@
|
||||
// New York variant tests for Button component
|
||||
// These tests focus on the New York theme variant implementation
|
||||
|
||||
pub mod new_york_tests;
|
||||
@@ -1,4 +0,0 @@
|
||||
// Standardized tests for Button component
|
||||
// These tests focus on API contract validation and standardized behavior
|
||||
|
||||
pub mod standardized_tests;
|
||||
@@ -1,4 +0,0 @@
|
||||
// Legacy tests for Button component
|
||||
// These tests focus on comprehensive functionality and edge cases
|
||||
|
||||
pub mod tests_legacy;
|
||||
Reference in New Issue
Block a user