marko/components/loadComponent.js
2017-02-20 16:17:40 -07:00

4 lines
106 B
JavaScript

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