1
wtt
2026-01-14 b575daa2d8103efdf4caa91424439e4fde1bf75a
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}