From ec909ae84337906d0948c610e5e96172fb20b33b Mon Sep 17 00:00:00 2001 From: Maisam Afshar Date: Thu, 18 Aug 2022 11:11:18 +0430 Subject: [PATCH] remove unused components --- .../backgroundCards/ColoredBackgroundCard.vue | 64 --------- .../backgroundCards/DefaultBackgroundCard.vue | 50 ------- .../backgroundCards/InfoBackgroundCard.vue | 45 ------- .../backgroundCards/SimpleBackgroundCard.vue | 36 ----- .../cards/blogCards/DefaultBlogCard.vue | 74 ----------- .../cards/blogCards/RaisedBlogCard.vue | 54 -------- .../cards/blogCards/SimpleBlogCard.vue | 54 -------- .../cards/bookingCards/SimpleBookingCard.vue | 57 -------- .../cards/infoCards/SimpleInfoCard.vue | 64 --------- .../cards/pricingCards/DefaultPricingCard.vue | 89 ------------- .../cards/pricingCards/MiniPricingCard.vue | 64 --------- .../pricingCards/SimpleInfoPricingCard.vue | 95 ------------- .../cards/pricingCards/SimplePricingCard.vue | 92 ------------- .../cards/reviewCards/ComplexReviewCard.vue | 77 ----------- .../cards/reviewCards/MiniReviewCard.vue | 125 ------------------ .../cards/reviewCards/SimpleReviewCard.vue | 63 --------- .../cards/teamCards/TransparentTeamCard.vue | 57 -------- src/examples/footers/FooterDetailed.vue | 81 ------------ src/examples/footers/SimpleFooter.vue | 61 --------- 19 files changed, 1302 deletions(-) delete mode 100644 src/examples/cards/backgroundCards/ColoredBackgroundCard.vue delete mode 100644 src/examples/cards/backgroundCards/DefaultBackgroundCard.vue delete mode 100644 src/examples/cards/backgroundCards/InfoBackgroundCard.vue delete mode 100644 src/examples/cards/backgroundCards/SimpleBackgroundCard.vue delete mode 100644 src/examples/cards/blogCards/DefaultBlogCard.vue delete mode 100644 src/examples/cards/blogCards/RaisedBlogCard.vue delete mode 100644 src/examples/cards/blogCards/SimpleBlogCard.vue delete mode 100644 src/examples/cards/bookingCards/SimpleBookingCard.vue delete mode 100644 src/examples/cards/infoCards/SimpleInfoCard.vue delete mode 100644 src/examples/cards/pricingCards/DefaultPricingCard.vue delete mode 100644 src/examples/cards/pricingCards/MiniPricingCard.vue delete mode 100644 src/examples/cards/pricingCards/SimpleInfoPricingCard.vue delete mode 100644 src/examples/cards/pricingCards/SimplePricingCard.vue delete mode 100644 src/examples/cards/reviewCards/ComplexReviewCard.vue delete mode 100644 src/examples/cards/reviewCards/MiniReviewCard.vue delete mode 100644 src/examples/cards/reviewCards/SimpleReviewCard.vue delete mode 100644 src/examples/cards/teamCards/TransparentTeamCard.vue delete mode 100644 src/examples/footers/FooterDetailed.vue delete mode 100644 src/examples/footers/SimpleFooter.vue diff --git a/src/examples/cards/backgroundCards/ColoredBackgroundCard.vue b/src/examples/cards/backgroundCards/ColoredBackgroundCard.vue deleted file mode 100644 index 99ed23e..0000000 --- a/src/examples/cards/backgroundCards/ColoredBackgroundCard.vue +++ /dev/null @@ -1,64 +0,0 @@ - - diff --git a/src/examples/cards/backgroundCards/DefaultBackgroundCard.vue b/src/examples/cards/backgroundCards/DefaultBackgroundCard.vue deleted file mode 100644 index 6dcd61b..0000000 --- a/src/examples/cards/backgroundCards/DefaultBackgroundCard.vue +++ /dev/null @@ -1,50 +0,0 @@ - - diff --git a/src/examples/cards/backgroundCards/InfoBackgroundCard.vue b/src/examples/cards/backgroundCards/InfoBackgroundCard.vue deleted file mode 100644 index a1d4098..0000000 --- a/src/examples/cards/backgroundCards/InfoBackgroundCard.vue +++ /dev/null @@ -1,45 +0,0 @@ - - diff --git a/src/examples/cards/backgroundCards/SimpleBackgroundCard.vue b/src/examples/cards/backgroundCards/SimpleBackgroundCard.vue deleted file mode 100644 index be57fa6..0000000 --- a/src/examples/cards/backgroundCards/SimpleBackgroundCard.vue +++ /dev/null @@ -1,36 +0,0 @@ - - diff --git a/src/examples/cards/blogCards/DefaultBlogCard.vue b/src/examples/cards/blogCards/DefaultBlogCard.vue deleted file mode 100644 index 45e9513..0000000 --- a/src/examples/cards/blogCards/DefaultBlogCard.vue +++ /dev/null @@ -1,74 +0,0 @@ - - diff --git a/src/examples/cards/blogCards/RaisedBlogCard.vue b/src/examples/cards/blogCards/RaisedBlogCard.vue deleted file mode 100644 index be724c6..0000000 --- a/src/examples/cards/blogCards/RaisedBlogCard.vue +++ /dev/null @@ -1,54 +0,0 @@ - - diff --git a/src/examples/cards/blogCards/SimpleBlogCard.vue b/src/examples/cards/blogCards/SimpleBlogCard.vue deleted file mode 100644 index 021717c..0000000 --- a/src/examples/cards/blogCards/SimpleBlogCard.vue +++ /dev/null @@ -1,54 +0,0 @@ - - diff --git a/src/examples/cards/bookingCards/SimpleBookingCard.vue b/src/examples/cards/bookingCards/SimpleBookingCard.vue deleted file mode 100644 index ec04860..0000000 --- a/src/examples/cards/bookingCards/SimpleBookingCard.vue +++ /dev/null @@ -1,57 +0,0 @@ - - diff --git a/src/examples/cards/infoCards/SimpleInfoCard.vue b/src/examples/cards/infoCards/SimpleInfoCard.vue deleted file mode 100644 index 7723969..0000000 --- a/src/examples/cards/infoCards/SimpleInfoCard.vue +++ /dev/null @@ -1,64 +0,0 @@ - - diff --git a/src/examples/cards/pricingCards/DefaultPricingCard.vue b/src/examples/cards/pricingCards/DefaultPricingCard.vue deleted file mode 100644 index f11ac0c..0000000 --- a/src/examples/cards/pricingCards/DefaultPricingCard.vue +++ /dev/null @@ -1,89 +0,0 @@ - - diff --git a/src/examples/cards/pricingCards/MiniPricingCard.vue b/src/examples/cards/pricingCards/MiniPricingCard.vue deleted file mode 100644 index 7976041..0000000 --- a/src/examples/cards/pricingCards/MiniPricingCard.vue +++ /dev/null @@ -1,64 +0,0 @@ - - diff --git a/src/examples/cards/pricingCards/SimpleInfoPricingCard.vue b/src/examples/cards/pricingCards/SimpleInfoPricingCard.vue deleted file mode 100644 index 0d20d31..0000000 --- a/src/examples/cards/pricingCards/SimpleInfoPricingCard.vue +++ /dev/null @@ -1,95 +0,0 @@ - - diff --git a/src/examples/cards/pricingCards/SimplePricingCard.vue b/src/examples/cards/pricingCards/SimplePricingCard.vue deleted file mode 100644 index 6669287..0000000 --- a/src/examples/cards/pricingCards/SimplePricingCard.vue +++ /dev/null @@ -1,92 +0,0 @@ - - diff --git a/src/examples/cards/reviewCards/ComplexReviewCard.vue b/src/examples/cards/reviewCards/ComplexReviewCard.vue deleted file mode 100644 index d086873..0000000 --- a/src/examples/cards/reviewCards/ComplexReviewCard.vue +++ /dev/null @@ -1,77 +0,0 @@ - - diff --git a/src/examples/cards/reviewCards/MiniReviewCard.vue b/src/examples/cards/reviewCards/MiniReviewCard.vue deleted file mode 100644 index a0ee372..0000000 --- a/src/examples/cards/reviewCards/MiniReviewCard.vue +++ /dev/null @@ -1,125 +0,0 @@ - - diff --git a/src/examples/cards/reviewCards/SimpleReviewCard.vue b/src/examples/cards/reviewCards/SimpleReviewCard.vue deleted file mode 100644 index 278349d..0000000 --- a/src/examples/cards/reviewCards/SimpleReviewCard.vue +++ /dev/null @@ -1,63 +0,0 @@ - - diff --git a/src/examples/cards/teamCards/TransparentTeamCard.vue b/src/examples/cards/teamCards/TransparentTeamCard.vue deleted file mode 100644 index 149bfaf..0000000 --- a/src/examples/cards/teamCards/TransparentTeamCard.vue +++ /dev/null @@ -1,57 +0,0 @@ - - diff --git a/src/examples/footers/FooterDetailed.vue b/src/examples/footers/FooterDetailed.vue deleted file mode 100644 index 59a711e..0000000 --- a/src/examples/footers/FooterDetailed.vue +++ /dev/null @@ -1,81 +0,0 @@ - - diff --git a/src/examples/footers/SimpleFooter.vue b/src/examples/footers/SimpleFooter.vue deleted file mode 100644 index 889211b..0000000 --- a/src/examples/footers/SimpleFooter.vue +++ /dev/null @@ -1,61 +0,0 @@ - -