diff --git a/src/components/ProfileManager.vue b/src/components/ProfileManager.vue
index 3c7eb04..7ca0f1f 100644
--- a/src/components/ProfileManager.vue
+++ b/src/components/ProfileManager.vue
@@ -13,8 +13,17 @@
-
-
+
+
+
+
+
{{ profileTag }}
@@ -40,6 +49,7 @@ import { FileDigit } from 'lucide-vue-next'
import axios from 'axios'
import { computed, onMounted, ref } from 'vue'
import { MagnifyingGlassIcon } from '@radix-icons/vue'
+import { cn } from '@/lib/utils.js'
const profiles = ref([])