import Timeline from '@components/Timeline' import React from 'react' import { SharedAttachmentsProp } from './sharedScreens' const TabSharedAttachments: React.FC = ({ route: { params: { account } } }) => { return } export default TabSharedAttachments