Added missing import

This commit is contained in:
Jérôme Dathueyt 2023-11-22 09:05:23 +01:00
parent 738c6af797
commit fd1e8f6aa8

View File

@ -24,6 +24,7 @@ import { getDefaultRequestPaneTab } from 'utils/collections';
import { hideHomePage } from 'providers/ReduxStore/slices/app';
import toast from 'react-hot-toast';
import StyledWrapper from './StyledWrapper';
import NetworkError from 'components/ResponsePane/NetworkError/index';
const CollectionItem = ({ item, collection, searchText }) => {
const tabs = useSelector((state) => state.tabs.tabs);