fix path helper

This commit is contained in:
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);
};