/** * External dependencies */ import { __ } from '@wordpress/i18n'; /** * Internal dependencies */ import { SidebarNavigationScreen } from './sidebar-navigation-screen'; export const SidebarNavigationScreenPages = () => { return ( } /> ); };