// ui import { Loader } from "@plane/ui"; export const IssuesByStateGroupWidgetLoader = () => (
{Array.from({ length: 5 }).map((_, index) => ( ))}
);