mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-29 11:23:57 +01:00
Added missing import
This commit is contained in:
parent
738c6af797
commit
fd1e8f6aa8
@ -24,6 +24,7 @@ import { getDefaultRequestPaneTab } from 'utils/collections';
|
|||||||
import { hideHomePage } from 'providers/ReduxStore/slices/app';
|
import { hideHomePage } from 'providers/ReduxStore/slices/app';
|
||||||
import toast from 'react-hot-toast';
|
import toast from 'react-hot-toast';
|
||||||
import StyledWrapper from './StyledWrapper';
|
import StyledWrapper from './StyledWrapper';
|
||||||
|
import NetworkError from 'components/ResponsePane/NetworkError/index';
|
||||||
|
|
||||||
const CollectionItem = ({ item, collection, searchText }) => {
|
const CollectionItem = ({ item, collection, searchText }) => {
|
||||||
const tabs = useSelector((state) => state.tabs.tabs);
|
const tabs = useSelector((state) => state.tabs.tabs);
|
||||||
|
Loading…
Reference in New Issue
Block a user