diff --git a/frontend/src/components/DashboardChatInput.vue b/frontend/src/components/DashboardChatInput.vue deleted file mode 100644 index 40a38d5..0000000 --- a/frontend/src/components/DashboardChatInput.vue +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - - - {{ attachedNote.title }} - - × - - - - - - - - - - - - - - - - - {{ note.title || "Untitled" }} - - - Searching... - - - No notes found - - - - - - - - - - - - - - - - - - - ↑ - - - - - - diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index 8b20de2..789fb08 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -1,19 +1,17 @@