(id: string)
| 5 | const { deleteLayoutItem, getCardById } = useLayoutConfigStore(); |
| 6 | |
| 7 | const deleteCard = (id: string) => { |
| 8 | deleteLayoutItem("", id); |
| 9 | }; |
| 10 | |
| 11 | const LEVEL_LIST = [ |
| 12 | LayoutCardHeight.LARGE, |
nothing calls this directly
no test coverage detected