Skip to content

Commit

Permalink
feat: moving requestbuilder.tsx from utils to it's own component
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetrauma committed Aug 23, 2024
1 parent 186f77d commit bd112f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/RequestBuilder/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
InputBody,
FormBodyTable,
parseResponse,
} from '../../utils/requestbuilder';
} from '../../components/RequestBuilder';

enum TabType {
Params = 'Params',
Expand Down

0 comments on commit bd112f1

Please sign in to comment.