Skip to content

Commit

Permalink
fix(form-group): import b-form-row directly from layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse authored Nov 21, 2017
1 parent 6687efa commit b43d7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form-group/form-group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import { warn } from '../../utils';
import { select } from '../../utils/dom';
import { idMixin, formStateMixin } from '../../mixins';
import bFormRow from '../form/form-row';
import bFormRow from '../layout/form-row';
import bFormText from '../form/form-text';
import bFormInvalidFeedback from '../form/form-invalid-feedback';
import bFormValidFeedback from '../form/form-valid-feedback';
Expand Down

0 comments on commit b43d7c8

Please sign in to comment.