File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import { init, SearchIndex } from 'emoji-mart';
3434import data from '@emoji-mart/data/sets/14/native.json' ;
3535import { humanId } from 'human-id' ;
3636
37- import { appSettingsStore , useAppSettingsSelector } from './AppSettings/state.ts ' ;
37+ import { appSettingsStore , useAppSettingsSelector } from './AppSettings' ;
3838import { DESKTOP_LAYOUT_BREAKPOINT } from './ChatLayout/constants.ts' ;
3939import { ChannelsPanels , ThreadsPanels } from './ChatLayout/Panels.tsx' ;
4040import {
@@ -60,7 +60,7 @@ import {
6060 getMessageUiVariant ,
6161 getReactionsVariant ,
6262 getSystemMessageVariant ,
63- } from './CustomMessageUi/index.tsx ' ;
63+ } from './CustomMessageUi' ;
6464
6565init ( { data } ) ;
6666
@@ -191,7 +191,6 @@ const App = () => {
191191 ( ) => initialSearchParams . get ( 'thread' ) ,
192192 [ initialSearchParams ] ,
193193 ) ;
194- const initialThreadOpen = useMemo ( ( ) => Boolean ( initialThreadId ) , [ initialThreadId ] ) ;
195194 const initialPanelLayout = useMemo (
196195 ( ) => appSettingsStore . getLatestValue ( ) . panelLayout ,
197196 [ ] ,
You can’t perform that action at this time.
0 commit comments