linwe
2024-05-20 0a5b8a1688a90cce90f0ffb97b9753bf14368a07
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}