Skip to content

Commit

Permalink
Fix vanilla-text-mask import
Browse files Browse the repository at this point in the history
  • Loading branch information
vhfmag committed Apr 12, 2019
1 parent 60c12dd commit ce68f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { vanillaTextMask } from 'vanilla-text-mask';
import vanillaTextMask from 'vanilla-text-mask';

export function useTextMask(input, options) {
React.useEffect(function () {
Expand Down

0 comments on commit ce68f1f

Please sign in to comment.