feat(SW-322): remove two component structure

This commit is contained in:
Fredrik Thorsson
2024-10-08 11:49:32 +02:00
parent f806f6176b
commit febd400c81
8 changed files with 41 additions and 56 deletions

View File

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