Skip to content

Commit

Permalink
core: frontend: components: ImagePicker: Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 12, 2024
1 parent 3b40e44 commit 3ccd092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/src/components/app/ImagePicker.vue
Expand Up @@ -97,7 +97,7 @@

<script lang="ts">
import axios from 'axios'
import Vue, { PropType } from 'vue'
import Vue from 'vue'
import SpinningLogo from '@/components/common/SpinningLogo.vue'
import back_axios from '@/utils/api'
Expand Down

0 comments on commit 3ccd092

Please sign in to comment.