// Balance.jsx — stub page
function Balance() {
  return (
    <div className="v2-page stub-page">
      <h1>Balance</h1>
      <p>Kommer snart</p>
    </div>
  );
}
