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