File "selectors.js"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/selectors.js
File size: 113 bytes
MIME-type: text/plain
Charset: utf-8

const noticeSelectors = {
	getNotices: state => state.notices.notices ?? [],
};

export default noticeSelectors;