/** * External dependencies */ import { TabPanel } from '@wordpress/components'; import PropTypes from 'prop-types'; /** * Internal dependencies */ import './index.scss'; const PageTabs = ( { onSelect, tabs, initialTabName, children } ) => { return (