mirror of
https://github.com/strapi/strapi.git
synced 2025-11-06 04:51:54 +00:00
10 lines
139 B
JavaScript
10 lines
139 B
JavaScript
/*
|
|
*
|
|
* HomePage constants
|
|
*
|
|
*/
|
|
|
|
import pluginId from 'pluginId';
|
|
|
|
export const DEFAULT_ACTION = `${pluginId}/HomePage/DEFAULT_ACTION`;
|