mirror of
https://github.com/strapi/strapi.git
synced 2025-12-19 19:23:17 +00:00
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
|
|
'use strict';
|
||
|
|
|
||
|
|
/**
|
||
|
|
* A set of functions called "actions" for `<%= globalID %>`
|
||
|
|
*/
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
|
||
|
|
};
|