export async function getUsers() { return await [{ name: "Isma" }, { name: "NĂºria" }]; }