6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
/**
|
|||
* Identifier key for this store reducer.
|
|||
* @type {string}
|
|||
*/
|
|||
export const STORE_KEY = 'wc/store/schema';
|