mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 06:07:41 +00:00
4 lines
158 B
JavaScript
4 lines
158 B
JavaScript
|
|
export const GET_DATA = 'ContentManager/SettingViewModel/GET_DATA';
|
||
|
|
export const GET_DATA_SUCCEEDED =
|
||
|
|
'ContentManager/SettingViewModel/GET_DATA_SUCCEEDED';
|