From 189f0beace2905fbef156ce1c2d5ccf397abba24 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 15 Feb 2024 21:14:29 +0300 Subject: [PATCH] trig-deploy --- src/components/Views/Inbox/Inbox.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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