File: /home/deshuvsd/www/wp-content/plugins/surerank/src/apps/seo-popup/modal/screens.js
import { __ } from '@wordpress/i18n';
import { applyFilters } from '@wordpress/hooks';
import { SettingsScreen } from '@SeoPopup/components';
import { FixItForMe } from '@SeoPopup/components/fix-it-for-me';
export const SCREENS = applyFilters( 'surerank-pro.seo-popup-screens', {
settings: {
title: __( 'Settings', 'surerank' ),
component: SettingsScreen,
},
fixItForMe: {
title: __( 'Fix It For Me', 'surerank' ),
component: FixItForMe,
},
} );