Roll back win import removal

Lost in merge conflict....
This commit is contained in:
Kyle Shockey
2017-09-15 20:29:49 -07:00
parent bd5424308f
commit 6010245210

View File

@@ -2,7 +2,7 @@
import expect from "expect" import expect from "expect"
import { fromJS, OrderedMap } from "immutable" import { fromJS, OrderedMap } from "immutable"
import { mapToList, validateNumber, validateInteger, validateParam, validateFile, fromJSOrdered, getAcceptControllingResponse, createDeepLinkPath, escapeDeepLinkPath } from "core/utils" import { mapToList, validateNumber, validateInteger, validateParam, validateFile, fromJSOrdered, getAcceptControllingResponse, createDeepLinkPath, escapeDeepLinkPath } from "core/utils"
import win from "core/window"
describe("utils", function() { describe("utils", function() {