+
\ No newline at end of file
diff --git a/frontend/components/ui/Tooltip.vue b/frontend/components/Tooltip.vue
similarity index 92%
rename from frontend/components/ui/Tooltip.vue
rename to frontend/components/Tooltip.vue
index 54ba536..f56f90a 100644
--- a/frontend/components/ui/Tooltip.vue
+++ b/frontend/components/Tooltip.vue
@@ -6,8 +6,7 @@ type Props = {
}
// prop
-const props = defineProps();
-const { title } = toRefs(props);
+defineProps();
diff --git a/frontend/components/ui/ColorCircle.vue b/frontend/components/ui/ColorCircle.vue
new file mode 100644
index 0000000..c29cfdf
--- /dev/null
+++ b/frontend/components/ui/ColorCircle.vue
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/frontend/components/ui/Rate.vue b/frontend/components/ui/Rate.vue
new file mode 100644
index 0000000..fdc5520
--- /dev/null
+++ b/frontend/components/ui/Rate.vue
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/components/ui/Tag.vue b/frontend/components/ui/Tag.vue
new file mode 100644
index 0000000..1bab6c7
--- /dev/null
+++ b/frontend/components/ui/Tag.vue
@@ -0,0 +1,5 @@
+
+