chore: fix typo

This commit is contained in:
Arvid Norlin
2024-04-19 14:15:26 +02:00
parent b21c2640c2
commit ea6890c9c6
6 changed files with 4 additions and 28 deletions

View File

@@ -3,6 +3,6 @@ fragment ContentPageLink on ContentPage {
locale
uid
}
url
title
url
}

View File

@@ -0,0 +1,8 @@
fragment CurrentBlocksPageLink on CurrentBlocksPage {
system {
locale
uid
}
title
url
}