Update dependencies and remove unused imports

This commit is contained in:
Dede Fuji Abdul
2024-03-05 19:02:25 +07:00
parent 67249ef8aa
commit 004d8d827d
7 changed files with 51 additions and 1654 deletions

View File

@ -1,4 +1,5 @@
<script setup lang="ts">
import * as LottiePlayer from "@lottiefiles/lottie-player";
defineProps({
type: {
type: String as () => "button" | "submit" | "reset",