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