lin
2024-04-03 e712ae7ff62fc83ac84396f01cc5a4153b88ecb1
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}