feat(SW-187): moved footer fragments to CurrentFooter folder

This commit is contained in:
Pontus Dreij
2024-08-26 13:20:54 +02:00
parent cd46ffafc3
commit 2fcbaa62e4
6 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
fragment Navigation on CurrentFooter {
navigation {
links {
href
title
}
title
}
}