eslint: consistent type imports
This commit is contained in:
parent
0eb05e8416
commit
928209b914
65 changed files with 141 additions and 112 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import {createSelector} from 'reselect';
|
||||
import {HyperState} from './hyper';
|
||||
import type {HyperState} from './hyper';
|
||||
|
||||
const getTermGroups = ({termGroups}: Pick<HyperState, 'termGroups'>) => termGroups.termGroups;
|
||||
export const getRootGroups = createSelector(getTermGroups, (termGroups) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue