Skip to content

Commit 89024e6

Browse files
authored
Update Html5FileSelector.js (#14)
import micromatch from "micromatch";
1 parent bccc76d commit 89024e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html5FileSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const micromatch = require('micromatch');
1+
import micromatch from 'micromatch';
22

33
const DEFAULT_FILES_TO_IGNORE = [
44
'.DS_Store', // OSX indexing file

0 commit comments

Comments
 (0)