diff --git a/frontend/components/global/product/Comment.vue b/frontend/components/global/product/Comment.vue new file mode 100644 index 0000000..a6da3de --- /dev/null +++ b/frontend/components/global/product/Comment.vue @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/frontend/components/product/Comments.vue b/frontend/components/product/Comments.vue new file mode 100644 index 0000000..15c2611 --- /dev/null +++ b/frontend/components/product/Comments.vue @@ -0,0 +1,29 @@ + + + \ No newline at end of file diff --git a/frontend/pages/product/[id].vue b/frontend/pages/product/[id].vue index 5c80c07..851fad8 100644 --- a/frontend/pages/product/[id].vue +++ b/frontend/pages/product/[id].vue @@ -4,4 +4,6 @@ \ No newline at end of file