import { View } from "@tarojs/components" import { cn } from "@/lib/utils" function Skeleton({ className, ...props }: React.ComponentPropsWithoutRef) { return ( ) } export { Skeleton }