aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers/handlebars/fileFromPath.js
blob: a4ef264cc1190f75872c1cc315503deae639ef92 (plain)
1
2
3
module.exports = function (path) {
  return window.fileFromPath(path);
};