export default async function ProtectedPage() {
  return <h1 className="text-lg font-medium">I am a protected component.</h1>;
}
