feat: integrate shadcn/ui, add Button component, and refactor App UI
This commit is contained in:
5
frontend/src/utils/mod.rs
Normal file
5
frontend/src/utils/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use tailwind_fuse::merge::tw_merge;
|
||||
|
||||
pub fn cn(classes: impl AsRef<str>) -> String {
|
||||
tw_merge(classes.as_ref())
|
||||
}
|
||||
Reference in New Issue
Block a user