diff --git a/apps/manacore/apps/web/src/lib/modules/contacts/components/pages/ContactPage.svelte b/apps/manacore/apps/web/src/lib/modules/contacts/components/pages/ContactPage.svelte
new file mode 100644
index 000000000..0dd88787d
--- /dev/null
+++ b/apps/manacore/apps/web/src/lib/modules/contacts/components/pages/ContactPage.svelte
@@ -0,0 +1,439 @@
+
+
+
+
Alle Seiten sind bereits geöffnet
- {totalCount} Kontakte{favoriteCount > 0 ? ` · ${favoriteCount} Favoriten` : ''} +
+ {allContacts.filter((c) => !c.isArchived).length} Kontakte
- Keine Kontakte gefunden fuer "{contactsFilterStore.searchQuery}" -
- {:else} -- Erstelle deinen ersten Kontakt oder importiere bestehende. -
-- {sorted.length} Kontakt{sorted.length !== 1 ? 'e' : ''} -
- {/if} + {/snippet} +