﻿export default function EcosystemAdmin() {
  return (
    <div>
      <h1 className="text-xl font-bold text-white">Ecosystem</h1>
      <p className="text-sm text-white/50">Manage graph: Ravneet → Zyphron / FreeDash / Blog / Work → Infrastructure — clickable nodes, relationships.</p>
      <div className="mt-6 rounded-2xl border border-white/10 bg-white/[0.04] p-6">
        <p className="text-sm text-white/60">Visual editor for ecosystem connections.</p>
      </div>
    </div>
  );
}
