feat(theme-components): use default exports

This commit is contained in:
ItzCrazyKns
2024-05-31 11:02:00 +05:30
parent 90f9edea95
commit dcbcab3122
6 changed files with 13 additions and 10 deletions

View File

@ -1,5 +1,5 @@
import EmptyChatMessageInput from './EmptyChatMessageInput';
import { ThemeSwitcher } from './theme/Switcher';
import ThemeSwitcher from './theme/Switcher';
const EmptyChat = ({
sendMessage,