????

Your IP : 3.21.43.104


Current Path : /proc/self/cwd/wp-content/plugins/presto-player/src/admin/blocks/shared/chapters/
Upload File :
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>
  );
}