feat: add contacts component

This commit is contained in:
Christel Westerberg
2024-02-13 08:29:26 +01:00
parent fc06d116fd
commit c578432a66
7 changed files with 155 additions and 5 deletions

View File

@@ -8,6 +8,9 @@ export type ContactNode = {
street: string
zip: string
}
system: {
uid: string
}
phone: string
title: string
visiting_address: {