♻️ Introduce new STORE_KEY const

This commit is contained in:
Philipp Stracker 2024-11-18 16:25:57 +01:00
parent 4dd31965ea
commit cf3798f610
No known key found for this signature in database
3 changed files with 19 additions and 6 deletions

View file

@ -0,0 +1,10 @@
/**
* Name of the module-store in the main Redux store.
* Helps to isolate data.
*
* Used by: Reducer, Selector, Index
*
* @type {string}
*/
export const STORE_KEY = 'onboarding';