diff --git a/src/components/Alert/NotificationPop.vue b/src/components/Alert/NotificationPop.vue index 0ae4862..837615c 100644 --- a/src/components/Alert/NotificationPop.vue +++ b/src/components/Alert/NotificationPop.vue @@ -1,5 +1,5 @@ diff --git a/src/components/Cards/Product.vue b/src/components/Cards/Product.vue new file mode 100644 index 0000000..7be9bc8 --- /dev/null +++ b/src/components/Cards/Product.vue @@ -0,0 +1,47 @@ + + + diff --git a/src/components/Cards/ProductWithEvaluation.vue b/src/components/Cards/ProductWithEvaluation.vue new file mode 100644 index 0000000..fc4358d --- /dev/null +++ b/src/components/Cards/ProductWithEvaluation.vue @@ -0,0 +1,79 @@ + + + diff --git a/src/components/Cards/Testimonial.vue b/src/components/Cards/Testimonial.vue new file mode 100644 index 0000000..2203496 --- /dev/null +++ b/src/components/Cards/Testimonial.vue @@ -0,0 +1,45 @@ + + + diff --git a/src/components/Cards/UserDetails.vue b/src/components/Cards/UserDetails.vue new file mode 100644 index 0000000..78a8317 --- /dev/null +++ b/src/components/Cards/UserDetails.vue @@ -0,0 +1,83 @@ + + + diff --git a/src/components/Forms/Login.vue b/src/components/Forms/Login.vue new file mode 100644 index 0000000..1c7af76 --- /dev/null +++ b/src/components/Forms/Login.vue @@ -0,0 +1,107 @@ + + + \ No newline at end of file diff --git a/src/components/Forms/Subscribe.vue b/src/components/Forms/Subscribe.vue new file mode 100644 index 0000000..b557f0a --- /dev/null +++ b/src/components/Forms/Subscribe.vue @@ -0,0 +1,53 @@ + + + \ No newline at end of file diff --git a/src/components/Master.vue b/src/components/Master.vue index 7703049..e230422 100644 --- a/src/components/Master.vue +++ b/src/components/Master.vue @@ -1,18 +1,54 @@ \ No newline at end of file diff --git a/src/views/ViewComponet.vue b/src/views/ViewComponent.vue similarity index 100% rename from src/views/ViewComponet.vue rename to src/views/ViewComponent.vue