Skip to content

Commit

Permalink
fix(b-table): remove extra slashes in mixins imports (#4087)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoxon authored and tmorehouse committed Sep 13, 2019
1 parent 8a3d616 commit 77f5be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/table/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import colgroupMixin from './helpers/mixin-colgroup'
import theadMixin from './helpers/mixin-thead'
import tfootMixin from './helpers/mixin-tfoot'
import tbodyMixin from './helpers/mixin-tbody'
import emptyMixin from './helpers//mixin-empty'
import topRowMixin from './helpers//mixin-top-row'
import bottomRowMixin from './helpers//mixin-bottom-row'
import emptyMixin from './helpers/mixin-empty'
import topRowMixin from './helpers/mixin-top-row'
import bottomRowMixin from './helpers/mixin-bottom-row'
import busyMixin from './helpers/mixin-busy'
import selectableMixin from './helpers/mixin-selectable'
import providerMixin from './helpers/mixin-provider'
Expand Down

0 comments on commit 77f5be1

Please sign in to comment.