remove the import for BaseCard

this is already defined globally
This commit is contained in:
Andreas Zweili 2021-07-28 22:01:01 +02:00
parent c950513730
commit 8b89b0bf20
1 changed files with 0 additions and 2 deletions

View File

@ -16,9 +16,7 @@
</template>
<script>
import BaseCard from '../../components/ui/BaseCard.vue';
export default {
components: { BaseCard }
};
</script>