diff --git a/src/content/Backgrounds/Ballpit/Ballpit.vue b/src/content/Backgrounds/Ballpit/Ballpit.vue index cd03aa5..7dc4c17 100644 --- a/src/content/Backgrounds/Ballpit/Ballpit.vue +++ b/src/content/Backgrounds/Ballpit/Ballpit.vue @@ -26,7 +26,7 @@ import { type WebGLRendererParameters } from 'three'; import { RoomEnvironment } from 'three/examples/jsm/environments/RoomEnvironment.js'; -import { defineProps, onMounted, onUnmounted, ref } from 'vue'; +import { onMounted, onUnmounted, ref } from 'vue'; gsap.registerPlugin(Observer);