6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
const file5 = require("./file5.js")
|
|
|
|
module.exports = function () {
|
|
file5()
|
|
}
|