@riosst100/pwa-marketplace 1.2.8 → 1.3.0
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
|
@@ -4,21 +4,6 @@ import { useSeller } from '@riosst100/pwa-marketplace/src/talons/Seller/useSelle
|
|
|
4
4
|
import ErrorView from '@magento/venia-ui/lib/components/ErrorView';
|
|
5
5
|
import { StoreTitle, Meta } from '@magento/venia-ui/lib/components/Head';
|
|
6
6
|
import mapSeller from '@riosst100/pwa-marketplace/src/util/mapSeller';
|
|
7
|
-
import Slider from '@riosst100/pwa-marketplace/src/components/commons/Slider';
|
|
8
|
-
import Tabs from '@riosst100/pwa-marketplace/src/components/commons/Tabs';
|
|
9
|
-
import SellerProducts from '../SellerProducts';
|
|
10
|
-
import SellerInformation from '../SellerInformation';
|
|
11
|
-
import Reviews from '../SellerReview';
|
|
12
|
-
import {
|
|
13
|
-
Verify,
|
|
14
|
-
Sms,
|
|
15
|
-
Message,
|
|
16
|
-
Heart,
|
|
17
|
-
Share,
|
|
18
|
-
BoxTick,
|
|
19
|
-
Star1,
|
|
20
|
-
Shop,
|
|
21
|
-
} from 'iconsax-react';
|
|
22
7
|
import SellerDetail from '@riosst100/pwa-marketplace/src/components/SellerDetail/sellerDetail';
|
|
23
8
|
|
|
24
9
|
const Seller = props => {
|
|
@@ -2,7 +2,6 @@ import React, { Fragment } from 'react';
|
|
|
2
2
|
import { FormattedMessage } from 'react-intl';
|
|
3
3
|
import { useSeller } from '@riosst100/pwa-marketplace/src/talons/Seller/useSeller';
|
|
4
4
|
import ErrorView from '@magento/venia-ui/lib/components/ErrorView';
|
|
5
|
-
import { StoreTitle, Meta } from '@magento/venia-ui/lib/components/Head';
|
|
6
5
|
import mapSeller from '@riosst100/pwa-marketplace/src/util/mapSeller';
|
|
7
6
|
import Slider from '@riosst100/pwa-marketplace/src/components/commons/Slider';
|
|
8
7
|
import Tabs from '@riosst100/pwa-marketplace/src/components/commons/Tabs';
|
|
@@ -17,6 +16,7 @@ import {
|
|
|
17
16
|
Share,
|
|
18
17
|
BoxTick,
|
|
19
18
|
Star1,
|
|
19
|
+
Shop,
|
|
20
20
|
} from 'iconsax-react';
|
|
21
21
|
import Image from '@magento/venia-ui/lib/components/Image';
|
|
22
22
|
|