mirror of
https://github.com/strapi/strapi.git
synced 2025-11-10 07:10:11 +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';
|