diff --git a/src/components/DocumentsPanel.vue b/src/components/DocumentsPanel.vue
index d880ec5..6d6013f 100644
--- a/src/components/DocumentsPanel.vue
+++ b/src/components/DocumentsPanel.vue
@@ -3,7 +3,8 @@
@@ -31,7 +32,9 @@
-
๐
+
+
+
ๆๆ ๆ็จฟ
@@ -62,27 +65,31 @@
@@ -116,6 +123,7 @@ import { ref, computed, onMounted } from 'vue'
import { useAppStore } from '../stores/app'
import { useDatabaseStore } from '../stores/database.js'
import { storeToRefs } from 'pinia'
+import IconLibrary from './icons/IconLibrary.vue'
const appStore = useAppStore()
const dbStore = useDatabaseStore()