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