1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

remove unused imports

This commit is contained in:
Kevin Levron 2021-04-29 19:27:33 +02:00
parent 5c28a85fa5
commit 2e81ed9730

View File

@ -1,4 +1,3 @@
import { Vector2, Vector3 } from 'three'
import { toRef, watch } from 'vue' import { toRef, watch } from 'vue'
export function setFromProp(o: Record<string, unknown>, prop: Record<string, unknown>): void { export function setFromProp(o: Record<string, unknown>, prop: Record<string, unknown>): void {