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