chore: fix typo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#import "../PageLinks/AccountPageLink.graphql"
|
||||
#import "../PageLinks/ContentPageLink.graphql"
|
||||
#import "../PageLinks/LoyaltyPageLink.graphql"
|
||||
#import "../PageLink/AccountPageLink.graphql"
|
||||
#import "../PageLink/ContentPageLink.graphql"
|
||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||
|
||||
fragment AccountPageContentShortcuts on AccountPageContentShortcuts {
|
||||
shortcuts {
|
||||
|
||||
@@ -3,6 +3,6 @@ fragment ContentPageLink on ContentPage {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
url
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
fragment AccountPageLink on AccountPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
fragment ContentPageLink on ContentPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
fragment LoyaltyPageLink on LoyaltyPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
Reference in New Issue
Block a user