Fix error

This commit is contained in:
Konstantinos Kaloutas
2022-08-26 17:44:10 +03:00
parent f7fd54203f
commit 0ea893f6db

View File

@@ -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,