@riosst100/pwa-marketplace 2.1.7 → 2.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@ import ErrorView from '@magento/venia-ui/lib/components/ErrorView';
|
|
|
7
7
|
import { StoreTitle, Meta } from '@magento/venia-ui/lib/components/Head';
|
|
8
8
|
import ProductFullDetail from '@magento/venia-ui/lib/components/ProductFullDetail';
|
|
9
9
|
import mapProduct from '@magento/venia-ui/lib/util/mapProduct';
|
|
10
|
-
import ProductShimmer from '
|
|
10
|
+
import ProductShimmer from '@magento/venia-ui/lib/RootComponents/Product/product.shimmer';
|
|
11
11
|
|
|
12
12
|
/*
|
|
13
13
|
* As of this writing, there is no single Product query type in the M2.3 schema.
|