mirror of
https://github.com/tlsnotary/tlsn-extension.git
synced 2026-01-09 21:18:02 -05:00
feat: moving requestbuilder.tsx from utils to it's own component (#92)
This commit is contained in:
@@ -24,7 +24,7 @@ import {
|
||||
InputBody,
|
||||
FormBodyTable,
|
||||
parseResponse,
|
||||
} from '../../utils/requestbuilder';
|
||||
} from '../../components/RequestBuilder';
|
||||
|
||||
enum TabType {
|
||||
Params = 'Params',
|
||||
|
||||
Reference in New Issue
Block a user