feat: moving requestbuilder.tsx from utils to it's own component (#92)

This commit is contained in:
Tanner
2024-08-28 01:10:28 -07:00
committed by GitHub
parent 5ccdd9b06a
commit 25f35d0051
2 changed files with 1 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ import {
InputBody,
FormBodyTable,
parseResponse,
} from '../../utils/requestbuilder';
} from '../../components/RequestBuilder';
enum TabType {
Params = 'Params',