import React from 'react'; import { Column } from '../components/ui'; export const NotificationsScreen: React.FC = () => { return ; };