File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import { useEffect, useMemo } from 'preact/hooks';
44import { sidebarToHostEvents } from '../../shared/bridge-events' ;
55import { confirm } from '../../shared/prompts' ;
66import { serviceConfig } from '../config/service-config' ;
7- import { useStoreProxy } from '../store/use-store' ;
87import { parseAccountID } from '../helpers/account-id' ;
98import { shouldAutoDisplayTutorial } from '../helpers/session' ;
109import { applyTheme } from '../helpers/theme' ;
1110import { withServices } from '../service-context' ;
11+ import { useStoreProxy } from '../store/use-store' ;
1212
1313import AnnotationView from './AnnotationView' ;
1414import SidebarView from './SidebarView' ;
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import { IconButton, LinkButton } from '@hypothesis/frontend-shared';
22
33import { sidebarToHostEvents } from '../../shared/bridge-events' ;
44import { serviceConfig } from '../config/service-config' ;
5- import { useStoreProxy } from '../store/use-store' ;
65import { isThirdPartyService } from '../helpers/is-third-party-service' ;
7- import { withServices } from '../service-context' ;
86import { applyTheme } from '../helpers/theme' ;
7+ import { withServices } from '../service-context' ;
8+ import { useStoreProxy } from '../store/use-store' ;
99
1010import GroupList from './GroupList' ;
1111import SearchInput from './SearchInput' ;
You can’t perform that action at this time.
0 commit comments