introduce stream compose flow

This commit is contained in:
talksik
2026-03-18 14:52:22 -07:00
parent 092d142a56
commit d316ba1e09
14 changed files with 616 additions and 340 deletions
+1 -3
View File
@@ -11,8 +11,6 @@ export default function NetworkRoot() {
const path = particlePath(networkId!, []);
return (
<div className="flex-1 overflow-hidden">
<ParticleListView path={path} />
</div>
<ParticleListView path={path} />
);
}