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