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

@@ -61,6 +61,7 @@ export default function Blocks({ blocks }: BlocksProps) {
shortcuts={shortcuts}
subtitle={block.shortcuts.subtitle}
title={block.shortcuts.title}
columns={block.shortcuts.columns}
/>
)
default: