fix path helper

这个提交包含在:
Stas Vilchik 2016-01-07 09:32:28 +01:00
父节点 a86c930b9b
当前提交 645cbc1688

查看文件

@ -20,5 +20,5 @@
import { fileFromPath } from '../path';
module.exports = function (path) {
return window.fileFromPath(path);
return fileFromPath(path);
};