fix: resolve missing module errors for accordion and sonner by stabilizing ui/mod.rs
Some checks failed
Build MIPS Binary / build (push) Failing after 1m30s
Some checks failed
Build MIPS Binary / build (push) Failing after 1m30s
This commit is contained in:
@@ -11,11 +11,10 @@ pub mod input;
|
|||||||
pub mod multi_select;
|
pub mod multi_select;
|
||||||
pub mod select;
|
pub mod select;
|
||||||
pub mod separator;
|
pub mod separator;
|
||||||
pub mod sonner;
|
|
||||||
pub mod svg_icon;
|
pub mod svg_icon;
|
||||||
pub mod table;
|
pub mod table;
|
||||||
pub mod theme_toggle;
|
pub mod theme_toggle;
|
||||||
pub mod toast;
|
pub mod toast;
|
||||||
pub mod sidenav;
|
pub mod sidenav;
|
||||||
pub mod sheet;
|
pub mod sheet;
|
||||||
pub mod accordion;
|
pub mod accordion;
|
||||||
|
|||||||
Reference in New Issue
Block a user