Skip to content

Commit 959a773

Browse files
committed
chore: update reactAppFiles structure
1 parent cbed118 commit 959a773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/create/spec/reactAppFiles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const reactAppFiles: Folder = {
4949
{ fileName: 'data-page.component.tsx' },
5050
{ fileName: 'home-page.component.tsx' },
5151
{ fileName: 'login.component.tsx' },
52-
{ fileName: 'request-modal.component.jsx' },
52+
{ fileName: 'request-modal.component.tsx' },
5353
{ fileName: 'syntax-highlighting.css' },
5454
{ fileName: 'user-name.component.tsx' }
5555
],
@@ -72,7 +72,7 @@ export const reactAppFiles: Folder = {
7272
},
7373
{
7474
folderName: 'theme',
75-
files: [{ fileName: 'index.js' }],
75+
files: [{ fileName: 'index.ts' }],
7676
subFolders: []
7777
}
7878
]

0 commit comments

Comments
 (0)