linwe
2024-06-24 3831b2bd6ea9bf1c7eab86fe6465e4b910e02af6
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}