feat: remove temppage

This commit is contained in:
Simon Emanuelsson
2024-02-12 15:40:02 +01:00
parent e11186933b
commit b103d9ef12
14 changed files with 22 additions and 58 deletions

View File

@@ -11,13 +11,6 @@ fragment Breadcrumbs on CurrentBlocksPage {
title
url
}
... on TempPage {
breadcrumbs {
title
}
title
url
}
}
}
}