export function tokenListitem(account: string, secret: string, element: HTMLDivElement){ element.innerHTML += `

${account}

${token}

`; }