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