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