[ FIX ] : Build Errors

This commit is contained in:
Utkarsh-Singhal-26
2026-01-05 17:56:47 +05:30
parent 2480b155b5
commit 3af2a1f23c
30 changed files with 168 additions and 215 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { gsap } from 'gsap';
import { Draggable } from 'gsap/Draggable';
import { Draggable } from 'gsap/all';
import { computed, onBeforeUnmount, onMounted, ref, useTemplateRef, watch } from 'vue';
gsap.registerPlugin(Draggable);