diff --git a/src/components/Views/Inbox/Inbox.tsx b/src/components/Views/Inbox/Inbox.tsx index 74f09d21..5de99b93 100644 --- a/src/components/Views/Inbox/Inbox.tsx +++ b/src/components/Views/Inbox/Inbox.tsx @@ -20,12 +20,11 @@ import { Icon } from '../../_shared/Icon' import { InviteMembers } from '../../_shared/InviteMembers' import { Popover } from '../../_shared/Popover' -import styles from './Inbox.module.scss' import { lazy } from 'solid-js' +import styles from './Inbox.module.scss' const SimplifiedEditor = lazy(() => import('../../Editor/SimplifiedEditor')) - type InboxSearchParams = { by?: string initChat: string