import axios from 'axios'; export async function getRoleList() { return axios.get(`${url`).then(response => response.data); }