import { __ } from '@wordpress/i18n'; export const RedirectThemeVariations = () => { return (

{__( 'Hey there! It looks like you are trying to change your theme colors, but you are not on a page where we can do that.', 'extendify-local', )}

{__('Suggestion:', 'extendify-local')}{' '} {__('Home page', 'extendify-local')}
); };