mirror of
https://github.com/strapi/strapi.git
synced 2025-11-16 18:19:34 +00:00
10 lines
251 B
Handlebars
10 lines
251 B
Handlebars
|
|
{
|
||
|
|
path: '{{ path }}',
|
||
|
|
name: '{{ camelCase component }}',
|
||
|
|
getComponent(location, cb) {
|
||
|
|
System.import('{{{directory (properCase component)}}}')
|
||
|
|
.then(loadModule(cb))
|
||
|
|
.catch(errorLoading);
|
||
|
|
},
|
||
|
|
},$1
|