feat: better components
This commit is contained in:
7
client/src/lib/ui/card/index.ts
Normal file
7
client/src/lib/ui/card/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import Root from "./card.svelte";
|
||||
|
||||
export {
|
||||
Root,
|
||||
//
|
||||
Root as Card,
|
||||
};
|
Reference in New Issue
Block a user