Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #8 from LinusBorg/fix-wrong-import
Browse files Browse the repository at this point in the history
Fix #7
  • Loading branch information
alidcast authored Aug 9, 2017
2 parents 0639b4f + a6e36e4 commit 9f362e6
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 initTask from './task/index'
import createTask from './task/index'
import { createTask } from './task/index'
import createDisposables from './disposables/index'
import { timeout } from './disposables/index'

Expand Down

0 comments on commit 9f362e6

Please sign in to comment.