import token from './token';
import extraFile from './extraFile';
import oauth from './oauth';
export default [...token, ...extraFile, ...oauth];