Backup-bdg's picture
Upload 565 files
b59aa07 verified
raw
history blame
96 Bytes
export function SubtextSkeleton() {
return <div className="w-[250px] h-[20px] skeleton" />;
}