mirror of
https://github.com/strapi/strapi.git
synced 2025-10-23 14:00:47 +00:00
11 lines
245 B
JavaScript
11 lines
245 B
JavaScript
![]() |
/*
|
||
|
*
|
||
|
* Onboarding constants
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
export const GET_VIDEOS = 'StrapiAdmin/Onboarding/GET_VIDEOS';
|
||
|
export const GET_VIDEOS_SUCCEEDED =
|
||
|
'StrapiAdmin/Onboarding/GET_VIDEOS_SUCCEEDED';
|
||
|
export const ON_CLICK = 'StrapiAdmin/Onboarding/ON_CLICK';
|