GULIMMO
2023-11-12 4e0a2c82478f1b8fc98f2a066d554e016f712980
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}