We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9939720 commit 3001185Copy full SHA for 3001185
src/template.ts.hbs
@@ -35,7 +35,7 @@ import {
35
{{#if isDefault}}
36
{{#each imported}}
37
{{#dedent-by 4 "level"}}
38
- import {{.}} from "{{../importPath}}{{output.import.extension}}";
+ import {{.}} from "{{../importPath}}{{../../output.import.extension}}";
39
{{/dedent-by}}
40
{{/each}}
41
{{else}}
@@ -46,7 +46,7 @@ import {
46
{{.}},
47
48
49
- } from "{{importPath}}{{output.import.extension}}";
+ } from "{{importPath}}{{../output.import.extension}}";
50
51
{{/if}}
52
0 commit comments