mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-26 15:01:40 +02:00
Fixing import of RawFileParams component.
This commit is contained in:
parent
478fd4b59f
commit
97bb5606ed
@ -17,4 +17,5 @@ const RawFileParams = ({ item, collection }) => {
|
||||
|
||||
</StyledWrapper>
|
||||
);
|
||||
}
|
||||
};
|
||||
export default RawFileParams;
|
@ -3,6 +3,7 @@ import get from 'lodash/get';
|
||||
import CodeEditor from 'components/CodeEditor';
|
||||
import FormUrlEncodedParams from 'components/RequestPane/FormUrlEncodedParams';
|
||||
import MultipartFormParams from 'components/RequestPane/MultipartFormParams';
|
||||
import RawFileParams from 'components/RequestPane/RawFileParams';
|
||||
import { useDispatch, useSelector } from 'react-redux';
|
||||
import { useTheme } from 'providers/Theme';
|
||||
import { updateRequestBody } from 'providers/ReduxStore/slices/collections';
|
||||
|
Loading…
x
Reference in New Issue
Block a user