refactor(v1 cleanup): added in removal of localstoage items from v1

This commit is contained in:
2025-04-21 07:46:24 -05:00
parent b42b8a4c83
commit f44e5a87e7
5 changed files with 57 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ export const useCardStore = create<CardStore>()(
cards: state.cards.filter((card) => card.name !== name),
})),
}),
{ name: "card-storage" }
{ name: "cards" }
)
)
);