????
Current Path : /proc/self/cwd/wp-content/plugins/presto-player/src/admin/blocks/shared/chapters/ |
Current File : //proc/self/cwd/wp-content/plugins/presto-player/src/admin/blocks/shared/chapters/ChaptersPanel.js |
export default function ({ attributes, setAttributes }) { return ( <PanelBody title={ <> {__("Chapters", "presto-player")} <ProBadge /> </> } > <VideoChapters setAttributes={setAttributes} attributes={attributes} /> </PanelBody> ); }