Skip to content

Commit

Permalink
Updates the vue-admin-js AuthTypes import declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Apr 2, 2019
1 parent f9af3d6 commit 56d1c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import AuthTypes from 'vue-admin-js/auth-types'
import { AuthTypes } from 'vue-admin-js'

export default (client, options = {}) => {
return (type, params) => {
Expand Down

0 comments on commit 56d1c5a

Please sign in to comment.