Remove unused type

This commit is contained in:
Dan Q 2023-09-28 16:11:13 +01:00
parent 5442ccd065
commit d4f54bfeb8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import { MarketplaceContext } from '../../contexts/marketplace-context';
import ProductListContent from '../product-list-content/product-list-content';
import ProductLoader from '../product-loader/product-loader';
import NoResults from '../product-list-content/no-results';
import { Product, SearchAPIProductType } from '../product-list/types';
import { Product } from '../product-list/types';
import { fetchSearchResults } from '../../utils/functions';
import { getAdminSetting } from '../../../utils/admin-settings';