feat(SW-187): Footer data from contentstack

This commit is contained in:
Pontus Dreij
2024-09-04 08:53:02 +02:00
parent 0536110434
commit 663a40a217
-2
View File
@@ -1,8 +1,6 @@
export type FooterMainNav = {
url: string
title: string
openInNewTab: boolean
isExternal: boolean
}
export type FooterMainNavProps = {
mainLinks: FooterMainNav[]