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