diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 41e5cbe..416d7ff 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -8,7 +8,7 @@ import { makeAPIRequest } from '@/utils/http' const authStore = useAuthStore() const userForms = ref([]) -import { PhEye, PhPen, PhPencil, PhTrash } from '@phosphor-icons/vue' +import {PhEye, PhInfo, PhPen, PhPencil, PhTrash} from '@phosphor-icons/vue' onMounted(async () => { await authStore.prepareStore() @@ -50,8 +50,17 @@ async function createForm() {