Browse Source

Fix error

Konstantinos Kaloutas 3 years ago
parent
commit
0ea893f6db

+ 1 - 6
tldraw/packages/core/src/lib/tools/TLSelectTool/states/ContextMenuState.ts

@@ -1,11 +1,6 @@
 /* eslint-disable @typescript-eslint/no-non-null-assertion */
 /* eslint-disable @typescript-eslint/no-non-null-assertion */
 import { TLApp, TLSelectTool, TLShape, TLToolState } from '~lib'
 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<
 export class ContextMenuState<
   S extends TLShape,
   S extends TLShape,