diff --git a/.env b/.env old mode 100644 new mode 100755 diff --git a/.eslintrc b/.eslintrc old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/docker/Dockerfile b/docker/Dockerfile old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/postcss.config.js b/postcss.config.js old mode 100644 new mode 100755 diff --git a/public/favicon.ico b/public/favicon.ico old mode 100644 new mode 100755 diff --git a/public/favicon.svg b/public/favicon.svg old mode 100644 new mode 100755 diff --git a/public/index.html b/public/index.html old mode 100644 new mode 100755 diff --git a/public/manifest.json b/public/manifest.json old mode 100644 new mode 100755 diff --git a/public/robots.txt b/public/robots.txt old mode 100644 new mode 100755 diff --git a/src/App.jsx b/src/App.jsx old mode 100644 new mode 100755 diff --git a/src/Routers.jsx b/src/Routers.jsx old mode 100644 new mode 100755 diff --git a/src/assets/fonts/Product Sans Bold Italic.ttf b/src/assets/fonts/Product Sans Bold Italic.ttf old mode 100644 new mode 100755 diff --git a/src/assets/fonts/Product Sans Bold.ttf b/src/assets/fonts/Product Sans Bold.ttf old mode 100644 new mode 100755 diff --git a/src/assets/fonts/Product Sans Italic.ttf b/src/assets/fonts/Product Sans Italic.ttf old mode 100644 new mode 100755 diff --git a/src/assets/fonts/Product Sans Regular.ttf b/src/assets/fonts/Product Sans Regular.ttf old mode 100644 new mode 100755 diff --git a/src/assets/images/Lotties/77618-website-404-error-animation.json b/src/assets/images/Lotties/77618-website-404-error-animation.json old mode 100644 new mode 100755 diff --git a/src/assets/images/active-aids-banner.jpg b/src/assets/images/active-aids-banner.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/auth-profile-picture.png b/src/assets/images/auth-profile-picture.png old mode 100644 new mode 100755 diff --git a/src/assets/images/auth-thumb.svg b/src/assets/images/auth-thumb.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/background-2.svg b/src/assets/images/background-2.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/background-dark.svg b/src/assets/images/background-dark.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/background.svg b/src/assets/images/background.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bank-1.png b/src/assets/images/bank-1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/bank-2.png b/src/assets/images/bank-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/bank-3.png b/src/assets/images/bank-3.png old mode 100644 new mode 100755 diff --git a/src/assets/images/bank-4.png b/src/assets/images/bank-4.png old mode 100644 new mode 100755 diff --git a/src/assets/images/choose-collection-1.png b/src/assets/images/choose-collection-1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/choose-collection-2.png b/src/assets/images/choose-collection-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/choose-collection-3.png b/src/assets/images/choose-collection-3.png old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-arts-1.jpg b/src/assets/images/collection-arts-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-arts-2.jpg b/src/assets/images/collection-arts-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-arts-3.jpg b/src/assets/images/collection-arts-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-cards-1.jpg b/src/assets/images/collection-cards-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-cards-2.jpg b/src/assets/images/collection-cards-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-cards-3.jpg b/src/assets/images/collection-cards-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-domain-1.jpg b/src/assets/images/collection-domain-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-domain-2.jpg b/src/assets/images/collection-domain-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-domain-3.jpg b/src/assets/images/collection-domain-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-game-1.jpg b/src/assets/images/collection-game-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-game-2.jpg b/src/assets/images/collection-game-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-game-3.jpg b/src/assets/images/collection-game-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-photography-1.jpg b/src/assets/images/collection-photography-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-photography-2.jpg b/src/assets/images/collection-photography-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-photography-3.jpg b/src/assets/images/collection-photography-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-plan-1.jpg b/src/assets/images/collection-plan-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-plan-2.jpg b/src/assets/images/collection-plan-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-plan-3.jpg b/src/assets/images/collection-plan-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-sports-1.jpg b/src/assets/images/collection-sports-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-sports-2.jpg b/src/assets/images/collection-sports-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-sports-3.jpg b/src/assets/images/collection-sports-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-uitily-1.jpg b/src/assets/images/collection-uitily-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-uitily-2.jpg b/src/assets/images/collection-uitily-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-uitily-3.jpg b/src/assets/images/collection-uitily-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-worlds-1.jpg b/src/assets/images/collection-worlds-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-worlds-2.jpg b/src/assets/images/collection-worlds-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/collection-worlds-3.jpg b/src/assets/images/collection-worlds-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/country-1.png b/src/assets/images/country-1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/country-2.png b/src/assets/images/country-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/country-3.png b/src/assets/images/country-3.png old mode 100644 new mode 100755 diff --git a/src/assets/images/creator.png b/src/assets/images/creator.png old mode 100644 new mode 100755 diff --git a/src/assets/images/data-table-user-1.png b/src/assets/images/data-table-user-1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/data-table-user-2.png b/src/assets/images/data-table-user-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/data-table-user-3.png b/src/assets/images/data-table-user-3.png old mode 100644 new mode 100755 diff --git a/src/assets/images/data-table-user-4.png b/src/assets/images/data-table-user-4.png old mode 100644 new mode 100755 diff --git a/src/assets/images/google-logo.svg b/src/assets/images/google-logo.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/hero-bg.svg b/src/assets/images/hero-bg.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/hero-user.png b/src/assets/images/hero-user.png old mode 100644 new mode 100755 diff --git a/src/assets/images/left-myft.jpg b/src/assets/images/left-myft.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/light-logo-out.png b/src/assets/images/light-logo-out.png old mode 100644 new mode 100755 diff --git a/src/assets/images/light-logo.png b/src/assets/images/light-logo.png old mode 100644 new mode 100755 diff --git a/src/assets/images/logo-1.svg b/src/assets/images/logo-1.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/logo-2.svg b/src/assets/images/logo-2.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/logo-3.svg b/src/assets/images/logo-3.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/marketplace-product-1.jpg b/src/assets/images/marketplace-product-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/marketplace-product-2.jpg b/src/assets/images/marketplace-product-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/marketplace-product-3.jpg b/src/assets/images/marketplace-product-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/marketplace-product-4.jpg b/src/assets/images/marketplace-product-4.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/marketplace-product-5.jpg b/src/assets/images/marketplace-product-5.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/marketplace-product-6.jpg b/src/assets/images/marketplace-product-6.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/marketplace-product-7.jpg b/src/assets/images/marketplace-product-7.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/marketplace-product-8.jpg b/src/assets/images/marketplace-product-8.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/marketplace-product-9.jpg b/src/assets/images/marketplace-product-9.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/myfit-logo-2.png b/src/assets/images/myfit-logo-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/owner.png b/src/assets/images/owner.png old mode 100644 new mode 100755 diff --git a/src/assets/images/payment-method-1.png b/src/assets/images/payment-method-1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/payment-method-2.png b/src/assets/images/payment-method-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/payment-method-3.png b/src/assets/images/payment-method-3.png old mode 100644 new mode 100755 diff --git a/src/assets/images/payment-method-4.png b/src/assets/images/payment-method-4.png old mode 100644 new mode 100755 diff --git a/src/assets/images/profile-2.png b/src/assets/images/profile-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/profile-cover-2.png b/src/assets/images/profile-cover-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/profile-cover.png b/src/assets/images/profile-cover.png old mode 100644 new mode 100755 diff --git a/src/assets/images/profile-info-cover-2.png b/src/assets/images/profile-info-cover-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/profile-info-cover.png b/src/assets/images/profile-info-cover.png old mode 100644 new mode 100755 diff --git a/src/assets/images/profile-info-profile.png b/src/assets/images/profile-info-profile.png old mode 100644 new mode 100755 diff --git a/src/assets/images/profile-pic.jpg b/src/assets/images/profile-pic.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/profile.png b/src/assets/images/profile.png old mode 100644 new mode 100755 diff --git a/src/assets/images/recent-transation-1.png b/src/assets/images/recent-transation-1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/recent-transation-2.png b/src/assets/images/recent-transation-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/recent-transation-3.png b/src/assets/images/recent-transation-3.png old mode 100644 new mode 100755 diff --git a/src/assets/images/shape/balance-bg.svg b/src/assets/images/shape/balance-bg.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/shape/login_straight_underline.svg b/src/assets/images/shape/login_straight_underline.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/shape/text-shape-three.svg b/src/assets/images/shape/text-shape-three.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/shape/title-shape-two.svg b/src/assets/images/shape/title-shape-two.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/shape/title-shape.svg b/src/assets/images/shape/title-shape.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/shape/update-pass.svg b/src/assets/images/shape/update-pass.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/shop-creator.png b/src/assets/images/shop-creator.png old mode 100644 new mode 100755 diff --git a/src/assets/images/shop-details-product.jpg b/src/assets/images/shop-details-product.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/shop-ower.png b/src/assets/images/shop-ower.png old mode 100644 new mode 100755 diff --git a/src/assets/images/slider-1.jpg b/src/assets/images/slider-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/slider-2.jpg b/src/assets/images/slider-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/slider-3.jpg b/src/assets/images/slider-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/top-buyer-1png.png b/src/assets/images/top-buyer-1png.png old mode 100644 new mode 100755 diff --git a/src/assets/images/top-buyer-2.png b/src/assets/images/top-buyer-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/top-buyer-3.png b/src/assets/images/top-buyer-3.png old mode 100644 new mode 100755 diff --git a/src/assets/images/top-buyer-4.png b/src/assets/images/top-buyer-4.png old mode 100644 new mode 100755 diff --git a/src/assets/images/top-creator-1.png b/src/assets/images/top-creator-1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/top-creator-2.png b/src/assets/images/top-creator-2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/top-creator-3.png b/src/assets/images/top-creator-3.png old mode 100644 new mode 100755 diff --git a/src/assets/images/top-creator-4.png b/src/assets/images/top-creator-4.png old mode 100644 new mode 100755 diff --git a/src/assets/images/top-creator-5.png b/src/assets/images/top-creator-5.png old mode 100644 new mode 100755 diff --git a/src/assets/images/tranding-1.jpg b/src/assets/images/tranding-1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/tranding-2.jpg b/src/assets/images/tranding-2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/tranding-3.jpg b/src/assets/images/tranding-3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/tranding-4.jpg b/src/assets/images/tranding-4.jpg old mode 100644 new mode 100755 diff --git a/src/components/ActiveBids/AllBidsSection.jsx b/src/components/ActiveBids/AllBidsSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/ActiveBids/CounterSection.jsx b/src/components/ActiveBids/CounterSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/ActiveBids/OverviewSection.jsx b/src/components/ActiveBids/OverviewSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/ActiveBids/index.jsx b/src/components/ActiveBids/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthLayout.jsx b/src/components/AuthPages/AuthLayout.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthProfile/ActivitiesTab.jsx b/src/components/AuthPages/AuthProfile/ActivitiesTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthProfile/CollectionTab.jsx b/src/components/AuthPages/AuthProfile/CollectionTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthProfile/CreateSaleSlider.jsx b/src/components/AuthPages/AuthProfile/CreateSaleSlider.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthProfile/CreatedBidsSlider.jsx b/src/components/AuthPages/AuthProfile/CreatedBidsSlider.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthProfile/CreatedTab.jsx b/src/components/AuthPages/AuthProfile/CreatedTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthProfile/HiddenProductsTab.jsx b/src/components/AuthPages/AuthProfile/HiddenProductsTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthProfile/OnSaleTab.jsx b/src/components/AuthPages/AuthProfile/OnSaleTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthProfile/OwnTab.jsx b/src/components/AuthPages/AuthProfile/OwnTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/AuthProfile/index.jsx b/src/components/AuthPages/AuthProfile/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/ForgotPassword/index.jsx b/src/components/AuthPages/ForgotPassword/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/SignUp/index.jsx b/src/components/AuthPages/SignUp/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/ThankYou/index.jsx b/src/components/AuthPages/ThankYou/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UpdatePassword/index.jsx b/src/components/AuthPages/UpdatePassword/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UserProfile/ActivitiesTab.jsx b/src/components/AuthPages/UserProfile/ActivitiesTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UserProfile/CollectionTab.jsx b/src/components/AuthPages/UserProfile/CollectionTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UserProfile/CreateSaleSlider.jsx b/src/components/AuthPages/UserProfile/CreateSaleSlider.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UserProfile/CreatedBidsSlider.jsx b/src/components/AuthPages/UserProfile/CreatedBidsSlider.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UserProfile/CreatedTab.jsx b/src/components/AuthPages/UserProfile/CreatedTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UserProfile/HiddenProductsTab.jsx b/src/components/AuthPages/UserProfile/HiddenProductsTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UserProfile/OnSaleTab.jsx b/src/components/AuthPages/UserProfile/OnSaleTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UserProfile/OwnTab.jsx b/src/components/AuthPages/UserProfile/OwnTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/UserProfile/index.jsx b/src/components/AuthPages/UserProfile/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/VerifyYou/Otp.jsx b/src/components/AuthPages/VerifyYou/Otp.jsx old mode 100644 new mode 100755 diff --git a/src/components/AuthPages/VerifyYou/index.jsx b/src/components/AuthPages/VerifyYou/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Calendar/CalendarTable.jsx b/src/components/Calendar/CalendarTable.jsx old mode 100644 new mode 100755 diff --git a/src/components/Calendar/index.jsx b/src/components/Calendar/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Cards/CollectionCard.jsx b/src/components/Cards/CollectionCard.jsx old mode 100644 new mode 100755 diff --git a/src/components/Cards/HistoryAnalyticsCard.jsx b/src/components/Cards/HistoryAnalyticsCard.jsx old mode 100644 new mode 100755 diff --git a/src/components/Cards/PreviewProductCardStyleOne.jsx b/src/components/Cards/PreviewProductCardStyleOne.jsx old mode 100644 new mode 100755 diff --git a/src/components/Cards/ProductCardStyleOne.jsx b/src/components/Cards/ProductCardStyleOne.jsx old mode 100644 new mode 100755 diff --git a/src/components/Cards/ProductCardStyleTwo.jsx b/src/components/Cards/ProductCardStyleTwo.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/CurrencyStatics.jsx b/src/components/Charts/CurrencyStatics.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/DoughnutChart.jsx b/src/components/Charts/DoughnutChart.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/InvestmentLineChart.jsx b/src/components/Charts/InvestmentLineChart.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/MarketHistoryChart.jsx b/src/components/Charts/MarketHistoryChart.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/MarketVisitorAnalytic.jsx b/src/components/Charts/MarketVisitorAnalytic.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/MiniLineChart.jsx b/src/components/Charts/MiniLineChart.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/QuickCounterChart.jsx b/src/components/Charts/QuickCounterChart.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/SellAnalysChart.jsx b/src/components/Charts/SellAnalysChart.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/SellHistoryAnalytic.jsx b/src/components/Charts/SellHistoryAnalytic.jsx old mode 100644 new mode 100755 diff --git a/src/components/Charts/SellMonthStatics.jsx b/src/components/Charts/SellMonthStatics.jsx old mode 100644 new mode 100755 diff --git a/src/components/Contexts/DarkModeContext.js b/src/components/Contexts/DarkModeContext.js old mode 100644 new mode 100755 diff --git a/src/components/FourZeroFour/index.jsx b/src/components/FourZeroFour/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/Accordion.jsx b/src/components/Helpers/Accordion.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/CountDown.jsx b/src/components/Helpers/CountDown.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/CounterUp.jsx b/src/components/Helpers/CounterUp.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/DataIteration.jsx b/src/components/Helpers/DataIteration.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/Icons.jsx b/src/components/Helpers/Icons.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/Icons/BtcIco.jsx b/src/components/Helpers/Icons/BtcIco.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/Icons/EthIco.jsx b/src/components/Helpers/Icons/EthIco.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/Icons/LtcIco.jsx b/src/components/Helpers/Icons/LtcIco.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/Icons/Usdt.jsx b/src/components/Helpers/Icons/Usdt.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/Inputs/InputCom/index.jsx b/src/components/Helpers/Inputs/InputCom/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/ModalCom.jsx b/src/components/Helpers/ModalCom.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/ScrollToTop.jsx b/src/components/Helpers/ScrollToTop.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/SearchCom.jsx b/src/components/Helpers/SearchCom.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/SelectBox/index.jsx b/src/components/Helpers/SelectBox/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/SliderCom.jsx b/src/components/Helpers/SliderCom.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/SwitchCom.jsx b/src/components/Helpers/SwitchCom.jsx old mode 100644 new mode 100755 diff --git a/src/components/Helpers/Toaster.jsx b/src/components/Helpers/Toaster.jsx old mode 100644 new mode 100755 diff --git a/src/components/History/HistoryTable.jsx b/src/components/History/HistoryTable.jsx old mode 100644 new mode 100755 diff --git a/src/components/History/MarketHistorySection.jsx b/src/components/History/MarketHistorySection.jsx old mode 100644 new mode 100755 diff --git a/src/components/History/index.jsx b/src/components/History/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Home/CreateNft.jsx b/src/components/Home/CreateNft.jsx old mode 100644 new mode 100755 diff --git a/src/components/Home/Hero.jsx b/src/components/Home/Hero.jsx old mode 100644 new mode 100755 diff --git a/src/components/Home/SellHistoryMarketVisitorAnalytic.jsx b/src/components/Home/SellHistoryMarketVisitorAnalytic.jsx old mode 100644 new mode 100755 diff --git a/src/components/Home/SellHistoryWidget.jsx b/src/components/Home/SellHistoryWidget.jsx old mode 100644 new mode 100755 diff --git a/src/components/Home/TopSellerTopBuyerSliderSection.jsx b/src/components/Home/TopSellerTopBuyerSliderSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/Home/TrendingSection.jsx b/src/components/Home/TrendingSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/Home/UpdateTable.jsx b/src/components/Home/UpdateTable.jsx old mode 100644 new mode 100755 diff --git a/src/components/Home/index.jsx b/src/components/Home/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/MarketPlace/MainSection.jsx b/src/components/MarketPlace/MainSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/MarketPlace/index.jsx b/src/components/MarketPlace/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/MyCollection/CollectionItem/MainSection.jsx b/src/components/MyCollection/CollectionItem/MainSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/MyCollection/CollectionItem/index.jsx b/src/components/MyCollection/CollectionItem/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/MyCollection/MainSection.jsx b/src/components/MyCollection/MainSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/MyCollection/index.jsx b/src/components/MyCollection/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/MyWallet/CurrencyStaticsSection.jsx b/src/components/MyWallet/CurrencyStaticsSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/MyWallet/CurrentBalanceWidget.jsx b/src/components/MyWallet/CurrentBalanceWidget.jsx old mode 100644 new mode 100755 diff --git a/src/components/MyWallet/InvestmentSection.jsx b/src/components/MyWallet/InvestmentSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/MyWallet/RecentTransactionWidget.jsx b/src/components/MyWallet/RecentTransactionWidget.jsx old mode 100644 new mode 100755 diff --git a/src/components/MyWallet/index.jsx b/src/components/MyWallet/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Notification/index.jsx b/src/components/Notification/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Partials/Default.jsx b/src/components/Partials/Default.jsx old mode 100644 new mode 100755 diff --git a/src/components/Partials/Header.jsx b/src/components/Partials/Header.jsx old mode 100644 new mode 100755 diff --git a/src/components/Partials/Layout.jsx b/src/components/Partials/Layout.jsx old mode 100644 new mode 100755 diff --git a/src/components/Partials/MobileSideBar.jsx b/src/components/Partials/MobileSideBar.jsx old mode 100644 new mode 100755 diff --git a/src/components/Partials/RightSideBar.jsx b/src/components/Partials/RightSideBar.jsx old mode 100644 new mode 100755 diff --git a/src/components/Partials/Sidebar.jsx b/src/components/Partials/Sidebar.jsx old mode 100644 new mode 100755 diff --git a/src/components/Reminders/MarketHistorySection.jsx b/src/components/Reminders/MarketHistorySection.jsx old mode 100644 new mode 100755 diff --git a/src/components/Reminders/ReminderTable.jsx b/src/components/Reminders/ReminderTable.jsx old mode 100644 new mode 100755 diff --git a/src/components/Reminders/index.jsx b/src/components/Reminders/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Resources/ActivitiesTab.jsx b/src/components/Resources/ActivitiesTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Resources/CollectionTab.jsx b/src/components/Resources/CollectionTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Resources/CreateSaleSlider.jsx b/src/components/Resources/CreateSaleSlider.jsx old mode 100644 new mode 100755 diff --git a/src/components/Resources/CreatedBidsSlider.jsx b/src/components/Resources/CreatedBidsSlider.jsx old mode 100644 new mode 100755 diff --git a/src/components/Resources/CreatedTab.jsx b/src/components/Resources/CreatedTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Resources/HiddenProductsTab.jsx b/src/components/Resources/HiddenProductsTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Resources/OnSaleTab.jsx b/src/components/Resources/OnSaleTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Resources/OwnTab.jsx b/src/components/Resources/OwnTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Resources/index.jsx b/src/components/Resources/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Saved/MainSection.jsx b/src/components/Saved/MainSection.jsx old mode 100644 new mode 100755 diff --git a/src/components/Saved/index.jsx b/src/components/Saved/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Sell/SellAnaliseStatics.jsx b/src/components/Sell/SellAnaliseStatics.jsx old mode 100644 new mode 100755 diff --git a/src/components/Sell/SellProductHistoryTable.jsx b/src/components/Sell/SellProductHistoryTable.jsx old mode 100644 new mode 100755 diff --git a/src/components/Sell/index.jsx b/src/components/Sell/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Settings/PasswordSvg.jsx b/src/components/Settings/PasswordSvg.jsx old mode 100644 new mode 100755 diff --git a/src/components/Settings/Tabs/ChangePasswordTab.jsx b/src/components/Settings/Tabs/ChangePasswordTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Settings/Tabs/FaqTab.jsx b/src/components/Settings/Tabs/FaqTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Settings/Tabs/LoginActivityTab.jsx b/src/components/Settings/Tabs/LoginActivityTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Settings/Tabs/NotificationSettingTab.jsx b/src/components/Settings/Tabs/NotificationSettingTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Settings/Tabs/PaymentMathodsTab.jsx b/src/components/Settings/Tabs/PaymentMathodsTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Settings/Tabs/PersonalInfoTab.jsx b/src/components/Settings/Tabs/PersonalInfoTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Settings/Tabs/TermsConditionTab.jsx b/src/components/Settings/Tabs/TermsConditionTab.jsx old mode 100644 new mode 100755 diff --git a/src/components/Settings/index.jsx b/src/components/Settings/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/ShopDetails/ShopProductWidget.jsx b/src/components/ShopDetails/ShopProductWidget.jsx old mode 100644 new mode 100755 diff --git a/src/components/ShopDetails/ShopTrendingAction.jsx b/src/components/ShopDetails/ShopTrendingAction.jsx old mode 100644 new mode 100755 diff --git a/src/components/ShopDetails/index.jsx b/src/components/ShopDetails/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/Tracking/MarketHistorySection.jsx b/src/components/Tracking/MarketHistorySection.jsx old mode 100644 new mode 100755 diff --git a/src/components/Tracking/TrackingTable.jsx b/src/components/Tracking/TrackingTable.jsx old mode 100644 new mode 100755 diff --git a/src/components/Tracking/index.jsx b/src/components/Tracking/index.jsx old mode 100644 new mode 100755 diff --git a/src/components/UploadProduct/DropFileWidget.jsx b/src/components/UploadProduct/DropFileWidget.jsx old mode 100644 new mode 100755 diff --git a/src/components/UploadProduct/GradientIcons.jsx b/src/components/UploadProduct/GradientIcons.jsx old mode 100644 new mode 100755 diff --git a/src/components/UploadProduct/ProductUploadField.jsx b/src/components/UploadProduct/ProductUploadField.jsx old mode 100644 new mode 100755 diff --git a/src/components/UploadProduct/index.jsx b/src/components/UploadProduct/index.jsx old mode 100644 new mode 100755 diff --git a/src/data/collectionplan_data.json b/src/data/collectionplan_data.json old mode 100644 new mode 100755 diff --git a/src/data/faq.json b/src/data/faq.json old mode 100644 new mode 100755 diff --git a/src/data/marketplace_data.json b/src/data/marketplace_data.json old mode 100644 new mode 100755 diff --git a/src/data/product_data.json b/src/data/product_data.json old mode 100644 new mode 100755 diff --git a/src/hooks/useToggle.js b/src/hooks/useToggle.js old mode 100644 new mode 100755 diff --git a/src/index.css b/src/index.css old mode 100644 new mode 100755 diff --git a/src/index.js b/src/index.js old mode 100644 new mode 100755 diff --git a/src/lib/ClearCookies.js b/src/lib/ClearCookies.js old mode 100644 new mode 100755 diff --git a/src/lib/localImgLoad.js b/src/lib/localImgLoad.js old mode 100644 new mode 100755 diff --git a/src/middleware/AuthRoute.jsx b/src/middleware/AuthRoute.jsx old mode 100644 new mode 100755 diff --git a/src/store/drawer.js b/src/store/drawer.js old mode 100644 new mode 100755 diff --git a/src/store/store.js b/src/store/store.js old mode 100644 new mode 100755 diff --git a/src/views/AcitveBidsPage.jsx b/src/views/AcitveBidsPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/AuthProfilePage.jsx b/src/views/AuthProfilePage.jsx old mode 100644 new mode 100755 diff --git a/src/views/CalendarPage.jsx b/src/views/CalendarPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/CollectionItemPage.jsx b/src/views/CollectionItemPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/ForgotPasswordPages.jsx b/src/views/ForgotPasswordPages.jsx old mode 100644 new mode 100755 diff --git a/src/views/HistoryPage.jsx b/src/views/HistoryPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/HomePages.jsx b/src/views/HomePages.jsx old mode 100644 new mode 100755 diff --git a/src/views/LoginPage.jsx b/src/views/LoginPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/MarketPlacePage.jsx b/src/views/MarketPlacePage.jsx old mode 100644 new mode 100755 diff --git a/src/views/MyCollectionPage.jsx b/src/views/MyCollectionPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/MyWalletPage.jsx b/src/views/MyWalletPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/NotificationPage.jsx b/src/views/NotificationPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/RemindersPage.jsx b/src/views/RemindersPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/ResourcePage.jsx b/src/views/ResourcePage.jsx old mode 100644 new mode 100755 diff --git a/src/views/SavedPage.jsx b/src/views/SavedPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/SellPage.jsx b/src/views/SellPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/SettingsPage.jsx b/src/views/SettingsPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/ShopDetailsPage.jsx b/src/views/ShopDetailsPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/SignupPage.jsx b/src/views/SignupPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/TrackingPage.jsx b/src/views/TrackingPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/UpdatePasswordPages.jsx b/src/views/UpdatePasswordPages.jsx old mode 100644 new mode 100755 diff --git a/src/views/UploadProductPage.jsx b/src/views/UploadProductPage.jsx old mode 100644 new mode 100755 diff --git a/src/views/UserProfilePage.jsx b/src/views/UserProfilePage.jsx old mode 100644 new mode 100755 diff --git a/src/views/VerifyYouPages.jsx b/src/views/VerifyYouPages.jsx old mode 100644 new mode 100755 diff --git a/tailwind.config.js b/tailwind.config.js old mode 100644 new mode 100755 diff --git a/yarn.lock b/yarn.lock old mode 100644 new mode 100755