feat(SW-322): remove divs

This commit is contained in:
Fredrik Thorsson
2024-10-11 15:07:48 +02:00
parent 765c934307
commit aace50fb37
3 changed files with 11 additions and 7 deletions

View File

@@ -5,5 +5,6 @@ export interface ShortcutsListProps extends Shortcut {
}
export type ShortcutsListItemsProps = {
className?: string
shortcutsListItems: ShortcutsListProps["shortcuts"]
}