fix: lint

This commit is contained in:
kolaente 2022-10-02 13:58:50 +02:00
parent 877e425055
commit 43258ab74e
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
</template>
<script setup lang="ts">
import {ref, shallowReactive, computed, type PropType} from 'vue'
import {ref, shallowReactive, computed} from 'vue'
import {useDropZone} from '@vueuse/core'
import User from '@/components/misc/user.vue'