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

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg authored Aug 9, 2017
1 parent 0639b4f commit a6e36e4
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 a6e36e4

Please sign in to comment.