import React from "react"; import { SkeletonText } from "../"; import { ShellSubHeading } from "../Shell"; function SkeletonLoader({ className }: { className?: string }) { return ( <> } {...{ className }} />