marko/runtime/loader/index-browser.js
2017-01-02 15:53:38 -07:00

4 lines
110 B
JavaScript

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