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