diff --git a/src/components/ProductDisplay.vue b/src/components/ProductDisplay.vue
index 47980bd..38ade69 100644
--- a/src/components/ProductDisplay.vue
+++ b/src/components/ProductDisplay.vue
@@ -1,5 +1,7 @@
@@ -86,5 +94,7 @@ const updateVariant = (index) => {
+
+
\ No newline at end of file
diff --git a/src/components/ReviewForm.vue b/src/components/ReviewForm.vue
index 30c1ce7..96c2f1a 100644
--- a/src/components/ReviewForm.vue
+++ b/src/components/ReviewForm.vue
@@ -1,5 +1,38 @@
+
+
-
\ No newline at end of file
diff --git a/src/components/ReviewList.vue b/src/components/ReviewList.vue
new file mode 100644
index 0000000..f9aee2d
--- /dev/null
+++ b/src/components/ReviewList.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
Reviews:
+
+ -
+ {{ review.name }} gave this {{ review.rating }} stars
+
+ Would you recomend the product ? {{ review.recomend }}
+
+ "{{ review.content }}"
+
+
+
+
\ No newline at end of file