Remove unnecessary import

This commit is contained in:
Cadence Ember 2020-07-10 13:42:13 +12:00
parent 44d0185609
commit c8538059a3
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 1 additions and 3 deletions

View File

@ -1,12 +1,10 @@
import Vue from 'vue'
import FtIconButton from '../ft-icon-button/ft-icon-button.vue'
import FtCard from '../ft-card/ft-card.vue'
export default Vue.extend({
name: 'FtListVideo',
components: {
'ft-icon-button': FtIconButton,
'ft-card': FtCard
'ft-icon-button': FtIconButton
},
props: {
data: {