mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
module.exports = function(source, map) {
|
|
this.callback(
|
|
null,
|
|
`export default function () {}`,
|
|
map
|
|
)
|
|
}
|