1
0
Эх сурвалжийг харах

chore: remove unused VNodeRef import

alvarosabu 1 жил өмнө
parent
commit
5a88d18c2a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/types/index.ts

+ 1 - 1
src/types/index.ts

@@ -1,6 +1,6 @@
 /* eslint-disable @typescript-eslint/ban-types */
 import type * as THREE from 'three'
-import { DefineComponent, Ref, VNode, VNodeRef } from 'vue'
+import { DefineComponent, Ref, VNode } from 'vue'
 
 // Based on React Three Fiber types by Pmndrs
 // https://github.com/pmndrs/react-three-fiber/blob/v9/packages/fiber/src/three-types.ts