Explorar o código

fix lint error

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
8005e7aa6f
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      packages/app/src/components/Page/RevisionRenderer.tsx

+ 0 - 5
packages/app/src/components/Page/RevisionRenderer.tsx

@@ -2,12 +2,7 @@ import React from 'react';
 
 import ReactMarkdown from 'react-markdown';
 
-import { blinkElem } from '~/client/util/blink-section-header';
-import { addSmoothScrollEvent } from '~/client/util/smooth-scroll';
-import { CustomWindow } from '~/interfaces/global';
 import { RendererOptions } from '~/services/renderer/renderer';
-import { useCurrentPathname, useInterceptorManager } from '~/stores/context';
-import { useEditorSettings } from '~/stores/editor';
 import loggerFactory from '~/utils/logger';