UNPKG

339 BJavaScriptView Raw
1const newComponent = require('./source/new-component');
2const newPage = require('./source/new-page');
3const rename = require('./source/rename');
4const toStateful = require('./source/to-stateful');
5const toStateless = require('./source/to-stateless');
6
7module.exports = {
8 newComponent,
9 newPage,
10 rename,
11 toStateful,
12 toStateless
13};