yfx
2026-03-17 b67c9b201919c90f877f397a40a377551f528167
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}