feat: add my benefits page

This commit is contained in:
Christel Westerberg
2024-04-08 09:27:51 +02:00
parent 0a3292a354
commit 8ca4767806
10 changed files with 180 additions and 2 deletions

View File

@@ -1,34 +0,0 @@
fragment CurrentBlocksPageLink on CurrentBlocksPage {
system {
locale
uid
}
title
url
}
fragment AccountPageLink on AccountPage {
system {
uid
}
title
url
}
fragment LoyaltyPageLink on LoyaltyPage {
system {
uid
}
title
url
}
fragment ContentPageLink on ContentPage {
system {
uid
}
web {
url
}
title
}