mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 06:04:23 +00:00
Fix error
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
/* eslint-disable @typescript-eslint/no-non-null-assertion */
|
||||
import { TLApp, TLSelectTool, TLShape, TLToolState } from '~lib'
|
||||
import {
|
||||
TLEvents,
|
||||
TLSelectionHandle,
|
||||
TLEventMap,
|
||||
TLEventSelectionInfo,
|
||||
} from '~types'
|
||||
import type { TLEvents, TLSelectionHandle, TLEventMap, TLEventSelectionInfo } from '~types'
|
||||
|
||||
export class ContextMenuState<
|
||||
S extends TLShape,
|
||||
|
||||
Reference in New Issue
Block a user