Import Stacks before CardList to fix the order error

This commit is contained in:
moon 2022-05-03 15:55:02 -07:00
parent 84fe952ba8
commit d0b500a3f4
1 changed files with 1 additions and 1 deletions

View File

@ -11,11 +11,11 @@ import { find } from 'lodash';
/**
* Internal dependencies
*/
import Stacks from '../experimental-products/stack';
import CardList from './CardList';
import { importTypes } from './importTypes';
import './style.scss';
import useProductTypeListItems from '../experimental-products/use-product-types-list-items';
import Stacks from '../experimental-products/stack';
import { getProductTypes } from '../experimental-products/utils';
const Products = () => {