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