'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); <% dir.forEach(dirPath => { -%> var <%- dirPathToName(dirPath) %> = require('./<%- dirPath %>/index.js'); <% }) -%> var Components = [ <% dir.forEach(dirPath => { -%> <%- dirPathToName(dirPath) %>, <% }) -%> ] exports["default"] = Components;