fix: removed unused imports

This commit is contained in:
Jannat Patel
2024-06-04 09:22:16 +05:30
parent c6ada95b9d
commit e2bd9401a6

View File

@@ -52,7 +52,7 @@
</template>
<script setup>
import { Tooltip, Button } from 'frappe-ui'
import { computed, defineEmits } from 'vue'
import { computed } from 'vue'
import { useRouter } from 'vue-router'
import * as icons from 'lucide-vue-next'