feat(SW-322): implement two column list

This commit is contained in:
Fredrik Thorsson
2024-10-07 10:38:07 +02:00
parent 81ece30a0d
commit 5ea3410006
11 changed files with 118 additions and 26 deletions

View File

@@ -70,6 +70,7 @@ export default function Content({ content }: ContentProps) {
shortcuts={shortcuts}
subtitle={item.shortcuts.subtitle}
title={item.shortcuts.title}
columns={item.shortcuts.columns}
/>
)
case BlocksEnums.block.TextContent: