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