6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
function getApts (params) {
|
|
console.log('Log')
|
|
}
|
|
|
|
export {getApts}
|