This commit is contained in:
Lorenz Padberg 2024-03-20 14:34:20 +01:00
parent b7a009972f
commit ae09d9a1ef
2 changed files with 0 additions and 2 deletions

View File

@ -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';

View File

@ -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);