import { __ } from "@wordpress/i18n"; import BlockVisibility from "../blockVisibility"; const BlocksSetup = () => { return (

{__("Enable the Blocks You Need", "easy-accordion-free")}

{__( "Turn on the blocks that match your workflow. You can update your selection anytime.", "easy-accordion-free" )}

); }; export default BlocksSetup;