Fix lint
This commit is contained in:
parent
b7a009972f
commit
ae09d9a1ef
|
|
@ -134,7 +134,6 @@ import {
|
|||
SelectionHandlerType,
|
||||
} from '@/helpers/highlight';
|
||||
import { graphql } from '@/__generated__';
|
||||
import log from 'loglevel';
|
||||
import highlightSidebar from '@/helpers/highlight-sidebar';
|
||||
import { doUpdateHighlight } from '@/graphql/mutations';
|
||||
import { AddContentHighlightArgument } from '@/__generated__/graphql';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import { ContentBlockNode, HighlightNode } from '@/__generated__/graphql';
|
||||
import { makeVar, InMemoryCache } from '@apollo/client/core';
|
||||
import log from 'loglevel';
|
||||
|
||||
const showNavigationSidebarVar = makeVar(false);
|
||||
const showProfileSidebarVar = makeVar(false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue