Skip to content

Commit 0feca4e

Browse files
authored
Merge pull request #17 from oslabs-beta/SWL-72
fix: SWL-72 - Move refactored components into legacy: MainContainer.tsx and HistoryContainerBackup.tsx into legacy-component folder
2 parents 7f05a99 + 2d30d70 commit 0feca4e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
"src/client/components/main/response-composer/ResponsePaneContainer.tsx",
3737
"src/client/components/main/sharedComponents/requestForms/BodyEntryForm.tsx",
3838
"src/client/components/main/OpenAPI-composer/OpenAPIMetadata.jsx",
39-
"TRPCBodyEntryForm.tsx"
40-
, "src/client/components/main/sharedComponents/requestButtons/BinaryUploadFile.tsx" ],
39+
"TRPCBodyEntryForm.tsx",
40+
"src/client/components/main/sharedComponents/requestButtons/BinaryUploadFile.tsx"
41+
],
4142
"exclude": ["node_modules", "dist", "build", "coverage", "mocks"],
4243
"typeRoots": ["./node_modules/@types"]
4344
}
45+

0 commit comments

Comments
 (0)