import type { FC } from "react"; import React from "react"; import { Table, TableRow } from "../../components"; import { getCurrencyLogo } from "../../utils/getCurrencyLogo"; export const Balance: FC = () => { const node = { amount: "PUXAR VALOR DA CARTEIRA", }; return (