function Notifications() {
	return (
		<div>Coming soon</div>
	);
}

export default Notifications;