From 8a7d9957aabf5a254c3371a0ca324ca2fc906ec1 Mon Sep 17 00:00:00 2001 From: spinline Date: Thu, 12 Feb 2026 00:35:53 +0300 Subject: [PATCH] fix: remove unused sonner module to resolve build errors --- frontend/src/components/ui/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/ui/mod.rs b/frontend/src/components/ui/mod.rs index 0c95971..bfb240d 100644 --- a/frontend/src/components/ui/mod.rs +++ b/frontend/src/components/ui/mod.rs @@ -6,5 +6,4 @@ pub mod context_menu; pub mod theme_toggle; pub mod svg_icon; pub mod table; -pub mod data_table; -pub mod sonner; \ No newline at end of file +pub mod data_table; \ No newline at end of file