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