File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import { useEffect, useMemo } from 'preact/hooks';
4
4
import { sidebarToHostEvents } from '../../shared/bridge-events' ;
5
5
import { confirm } from '../../shared/prompts' ;
6
6
import { serviceConfig } from '../config/service-config' ;
7
- import { useStoreProxy } from '../store/use-store' ;
8
7
import { parseAccountID } from '../helpers/account-id' ;
9
8
import { shouldAutoDisplayTutorial } from '../helpers/session' ;
10
9
import { applyTheme } from '../helpers/theme' ;
11
10
import { withServices } from '../service-context' ;
11
+ import { useStoreProxy } from '../store/use-store' ;
12
12
13
13
import AnnotationView from './AnnotationView' ;
14
14
import SidebarView from './SidebarView' ;
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import { IconButton, LinkButton } from '@hypothesis/frontend-shared';
2
2
3
3
import { sidebarToHostEvents } from '../../shared/bridge-events' ;
4
4
import { serviceConfig } from '../config/service-config' ;
5
- import { useStoreProxy } from '../store/use-store' ;
6
5
import { isThirdPartyService } from '../helpers/is-third-party-service' ;
7
- import { withServices } from '../service-context' ;
8
6
import { applyTheme } from '../helpers/theme' ;
7
+ import { withServices } from '../service-context' ;
8
+ import { useStoreProxy } from '../store/use-store' ;
9
9
10
10
import GroupList from './GroupList' ;
11
11
import SearchInput from './SearchInput' ;
You can’t perform that action at this time.
0 commit comments