import { BellIcon } from '@heroicons/react/outline'; import React from 'react'; const Notifications: React.FC = () => { return ( ); }; export default Notifications;