feat: add Settings/Accounts/Emails Emails Sync section with empty state (#2941)
Closes #2823
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
import { H2Title } from '@/ui/display/typography/components/H2Title';
|
||||
import { Section } from '@/ui/layout/section/components/Section';
|
||||
|
||||
import { SettingsAccountsEmptyStateCard } from './SettingsAccountsEmptyStateCard';
|
||||
|
||||
export const SettingsAccountsEmailsSyncSection = () => (
|
||||
<Section>
|
||||
<H2Title
|
||||
title="Emails sync"
|
||||
description="Sync your inboxes and set your privacy settings"
|
||||
/>
|
||||
<SettingsAccountsEmptyStateCard />
|
||||
</Section>
|
||||
);
|
||||
Reference in New Issue
Block a user