chore: add memberships "endoint"

This commit is contained in:
Matilda Landström
2024-06-19 17:36:50 +02:00
committed by Michael Zetterberg
parent f40a6d4288
commit 3e54d3c29e
10 changed files with 175 additions and 1 deletions
@@ -1,5 +1,6 @@
export type ProfileLayoutProps = {
communication: React.ReactNode
creditCards: React.ReactNode
membershipCards: React.ReactNode
profile: React.ReactNode
}