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