wtt
2025-09-01 df290336793c19698d26d6d2197d3dd71d8752a4
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}