import classnames from 'classnames'; import BlocksContext from './BlocksContext'; const { __ } = wp.i18n; const VIEWS = [ { slug: 'dashboard', label: __( 'Dashboard' ) }, { slug: 'settings', label: __( 'Settings' ) }, { slug: 'themes', label: __( 'Our themes' ) }, ]; const Switcher = () => { return ( ); }; export default Switcher;