🔧 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:
Peter Hanssens
2025-09-22 13:07:16 +10:00
parent ec459d142c
commit 70c0acd1f3
4 changed files with 0 additions and 16 deletions

View File

@@ -1,4 +0,0 @@
// Implementation tests for Button component
// These tests focus on actual implementation logic and edge cases
pub mod implementation_tests;

View File

@@ -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;

View File

@@ -1,4 +0,0 @@
// Standardized tests for Button component
// These tests focus on API contract validation and standardized behavior
pub mod standardized_tests;

View File

@@ -1,4 +0,0 @@
// Legacy tests for Button component
// These tests focus on comprehensive functionality and edge cases
pub mod tests_legacy;