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