1 import { c } from 'ttag';
3 import noLinksSvg from '@proton/styles/assets/img/illustrations/empty-shared-with-me.svg';
5 import { DriveEmptyView } from '../../layout/DriveEmptyView';
7 const EmptyShared = () => {
11 title={c('Info').t`Shared with me`}
12 subtitle={c('Info').t`Files and folders that others shared with you will appear here`}
13 dataTestId="shared-with-me-links-empty-placeholder"
18 export default EmptyShared;