mirror of
https://github.com/strapi/strapi.git
synced 2025-07-15 04:53:17 +00:00
6 lines
63 B
JavaScript
6 lines
63 B
JavaScript
![]() |
module.exports = {
|
||
|
test() {
|
||
|
console.log('test');
|
||
|
},
|
||
|
};
|