fix import filename in index.mst

This commit is contained in:
francesco.spilla 2021-01-14 14:12:05 +01:00
parent 7dd475da0d
commit 47663de08f

View File

@ -1,5 +1,5 @@
{{#entities~}}
import {{localImport (toEntityName tscName)}} from './{{toFileName tscName}}'
import {{localImport (toEntityName tscName)}} from './{{toFileName fileName}}'
{{/entities}}
export { {{#entities}}{{toEntityName tscName}},{{/entities~}} }