5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
|
module.exports = Self => {
|
||
|
require('../methods/locationiq-config/optimize')(Self);
|
||
|
};
|
||
|
|