Add Skeleton UI component from shadcn

This commit is contained in:
Neshura 2024-01-02 02:11:36 +01:00
parent b685f5e771
commit b1a2471841
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 21 additions and 0 deletions
src/lib/components/ui/skeleton

View file

@ -0,0 +1,7 @@
import Root from "./skeleton.svelte";
export {
Root,
//
Root as Skeleton
};