fix: resolve all type inference and closure ownership errors in DataTable
All checks were successful
Build MIPS Binary / build (push) Successful in 5m33s

This commit is contained in:
spinline
2026-02-12 01:24:28 +03:00
parent f85adfa007
commit e0b5411eb1
5 changed files with 47 additions and 41 deletions

View File

@@ -11,7 +11,6 @@ pub mod input;
pub mod multi_select;
pub mod select;
pub mod separator;
pub mod sonner;
pub mod svg_icon;
pub mod table;
pub mod theme_toggle;