1const useNotification = () => { 2 throw new Error('Attempted to call useNotification from RSC'); 3}; 4 5export default useNotification;