Lou
2023-11-17 485cc0bc9d25d5b634cbde593a5b8690614bcc55
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}