feat(SW-322): name change

This commit is contained in:
Fredrik Thorsson
2024-10-11 14:08:27 +02:00
parent 5d1bdd9cd8
commit af71bc3ec6
3 changed files with 5 additions and 5 deletions

View File

@@ -5,5 +5,5 @@ export interface ShortcutsListProps extends Shortcut {
}
export type ShortcutsListItemsProps = {
shortCutList: ShortcutsListProps["shortcuts"]
shortCutsListItems: ShortcutsListProps["shortcuts"]
}