Skip to content

Commit 2eb8c28

Browse files
committedOct 25, 2020
getDirectories: remove unused imports
1 parent 3ef7752 commit 2eb8c28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/getDirectories.mjs

-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
import path from 'path'
2-
31
import is from '@magic/types'
42
import deep from '@magic/deep'
53
import error from '@magic/error'
64

75
import { fs } from './fs.mjs'
8-
import { exists } from './exists.mjs'
96
import { getFilePath } from './getFilePath.mjs'
107

118
const libName = '@magic/fs.get'

0 commit comments

Comments
 (0)
Please sign in to comment.