import React from 'react'; import {RetinaImg} from 'nylas-component-kit'; const ActivityListEmptyState = function ActivityListEmptyState() { return (
Enable read receipts or link tracking to see notifications here.
); } export default ActivityListEmptyState;