diff --git a/src/sourceSnippets/sharedSnippets.ts b/src/sourceSnippets/sharedSnippets.ts index 6a199ac..89fb21d 100644 --- a/src/sourceSnippets/sharedSnippets.ts +++ b/src/sourceSnippets/sharedSnippets.ts @@ -32,9 +32,9 @@ export const reduxComponentExport = [ ]; export const innerComponent = [ - ' return (', - `
${Placeholders.FirstTab}
`, - ' )', + ' return (', + `
${Placeholders.FirstTab}
`, + ' )', ]; export const innerComponentReturn = [