diff --git a/src/core/Raycaster.js b/src/core/Raycaster.js index ea1ba59..6df5d86 100644 --- a/src/core/Raycaster.js +++ b/src/core/Raycaster.js @@ -1,5 +1,3 @@ -import { watch } from 'vue'; -import { bindProp } from '../tools.js'; import { Raycaster, Vector2 } from 'three' export default {