From 701f05e758bc18fe91ce78c9130e1a81c046afbb Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 1 May 2021 15:54:30 -0800 Subject: [PATCH] recipe rating component --- .../src/components/Recipe/Parts/Rating.vue | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 frontend/src/components/Recipe/Parts/Rating.vue diff --git a/frontend/src/components/Recipe/Parts/Rating.vue b/frontend/src/components/Recipe/Parts/Rating.vue new file mode 100644 index 000000000..dfd06d088 --- /dev/null +++ b/frontend/src/components/Recipe/Parts/Rating.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file