Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
roryc89 committed Jun 17, 2024
1 parent 5e8a3c0 commit 0f4ced1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Spago/Glob.purs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ import Data.Foldable (any)
import Data.String as String
import Data.String.CodePoints as String.CodePoint
import Effect.Aff as Aff
import Effect.Class.Console (log)
import Effect.Ref as Ref
import Node.FS.Sync as SyncFS
import Node.Path as Path
import Record as Record
import Type.Proxy (Proxy(..))
import Unsafe.Coerce (unsafeCoerce)

type MicroMatchOptions = { ignore :: Array String }

Expand Down

0 comments on commit 0f4ced1

Please sign in to comment.