summaryrefslogtreecommitdiff
blob: da2d9829d180fef9098be063a54b2831afdfa33d (plain)
1
2
3
4
5
const noticeSelectors = {
	getNotices: state => state.notices.notices ?? [],
};

export default noticeSelectors;