From ae09d9a1ef16f06a907831724e378c9170658301 Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Wed, 20 Mar 2024 14:34:20 +0100 Subject: [PATCH] Fix lint --- client/src/components/ContentBlock.vue | 1 - client/src/graphql/cache.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/client/src/components/ContentBlock.vue b/client/src/components/ContentBlock.vue index edde4667..659939a7 100644 --- a/client/src/components/ContentBlock.vue +++ b/client/src/components/ContentBlock.vue @@ -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'; diff --git a/client/src/graphql/cache.ts b/client/src/graphql/cache.ts index 84f8de3f..58220c53 100644 --- a/client/src/graphql/cache.ts +++ b/client/src/graphql/cache.ts @@ -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);