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