marko/runtime/loader/index-browser.js
2016-10-28 12:09:14 -06:00

4 lines
123 B
JavaScript

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