2024-09-09 16:53:19 +08:00

7 lines
98 B
JavaScript

import adapter from '../adapters/index'
export default (config) => {
return adapter(config)
}