fix path helper

Šī revīzija ir iekļauta:
Stas Vilchik 2016-01-07 09:32:28 +01:00
vecāks a86c930b9b
revīzija 645cbc1688

Parādīt failu

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