import range from "lodash/range"; import React from "react"; export const DropdownOptionsLoader = () => (
{range(6).map((index) => (
))}
);