only put heavy components if truly needed

This commit is contained in:
Henry Jameson 2025-08-10 21:35:19 +03:00
commit 4ff257be57
12 changed files with 33 additions and 58 deletions

View file

@ -244,9 +244,6 @@ export const convertTheme2To3 = (data) => {
case 'tooltip':
rule.component = 'Popover'
break
case 'attachment':
rule.component = 'Attachment'
break
case 'ChatMessage':
rule.component = 'Button'
break