import { ChevronRight, Star } from "lucide-react"; import { __, sprintf } from "@wordpress/i18n"; const { help } = window.SPCDash; const PopularArticles = () => { const articles = help.popular; if (!articles?.length) { return null; } return (
{article.content}