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