marko/runtime/loader/index-browser.js
2016-12-20 17:06:53 -07:00

4 lines
119 B
JavaScript

'use strict';
module.exports = function load(templatePath) {
throw Error('Template not found: ' + templatePath);
};