mirror of
https://github.com/outbackdingo/control-pane.git
synced 2026-02-08 10:10:26 +00:00
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
module.exports = function() {
|
|
return 'a';
|
|
}
|