refactor(SW-438): change name to teasercard

This commit is contained in:
Matilda Landström
2024-10-16 10:21:34 +02:00
parent 8eb822da16
commit df17798662
8 changed files with 60 additions and 62 deletions

View File

@@ -1,10 +1,10 @@
export namespace SidebarEnums {
export const enum blocks {
Content = "Content",
ContentCard = "ContentCard",
DynamicContent = "DynamicContent",
JoinLoyaltyContact = "JoinLoyaltyContact",
ScriptedCard = "ScriptedCard",
TeaserCard = "TeaserCard",
QuickLinks = "QuickLinks",
}
}