Skip to content

Commit

Permalink
chore: remove unused VNodeRef import
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jul 11, 2023
1 parent 9e4573f commit 5a88d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5a88d18

Please sign in to comment.