import { __ } from '@wordpress/i18n'; /** * Skeleton shown during the local Search Console request. */ export const SearchQueriesLoadingState = () => (
{Array.from({ length: 5 }).map( ( _, index ) => (
) )}
);