Skip to content

Commit

Permalink
Export the form wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Dec 6, 2019
1 parent 499b581 commit b971d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ eslint
*/
import FeathersVuexFind from './FeathersVuexFind'
import FeathersVuexGet from './FeathersVuexGet'
import FeathersVuexFormWrapper from './FeathersVuexFormWrapper'
import makeFindMixin from './make-find-mixin'
import makeGetMixin from './make-get-mixin'
import { globalModels as models } from './service-module/global-models'
Expand Down Expand Up @@ -68,6 +69,7 @@ export {
initAuth,
FeathersVuexFind,
FeathersVuexGet,
FeathersVuexFormWrapper,
FeathersVuex,
makeFindMixin,
makeGetMixin,
Expand Down

0 comments on commit b971d5f

Please sign in to comment.