diff --git a/pages/banking/dep/[[accountId]].vue b/pages/banking/dep/[[accountId]].vue
deleted file mode 100644
index f4bd5e4..0000000
--- a/pages/banking/dep/[[accountId]].vue
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- {{selectedStatement}}
-
-
-
-
-
-
-
-
-
- {{dataStore.bankAccounts.find(account => account.id === selectedAccount) ? dataStore.bankAccounts.find(account => account.id === selectedAccount).iban : "Kontoauswählen"}}
-
-
-
-
-
-
-
-
- {{row.amount.toFixed(2) + " €"}}
-
-
- {{row.amount.toFixed(2) + " €"}}
-
-
-
- {{dayjs(row.date).format("DD.MM.YY")}}
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/chats/create.vue b/pages/chats/create.vue
deleted file mode 100644
index 659260b..0000000
--- a/pages/chats/create.vue
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
-
-
- Chats
-
-
-
- Chat Erstellen
-
-
-
- Erstellen
-
-
- Abbrechen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{selectedProfiles.length > 0 ? selectedProfiles.map(i => profileStore.getProfileById(i).fullName).join(", ") : "Keine Benutzer ausgewählt"}}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/chats/index.vue b/pages/chats/index.vue
deleted file mode 100644
index 47ea0ac..0000000
--- a/pages/chats/index.vue
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- + Chat
-
-
-
-
-
-
- Spalten
-
-
-
-
- router.push(`/chats/show/${i.id}`) "
- :empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Chats anzuzeigen' }"
- >
-
- {{row.name}}
- {{row.name}}
-
-
- {{row.profiles.map(i => i.fullName).join(", ")}}
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/chats/show/[id].vue b/pages/chats/show/[id].vue
deleted file mode 100644
index 302ca65..0000000
--- a/pages/chats/show/[id].vue
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/email/new.vue b/pages/email/new.vue
index ed8d53a..34d6fc9 100644
--- a/pages/email/new.vue
+++ b/pages/email/new.vue
@@ -1,6 +1,5 @@