introduce stream compose flow
This commit is contained in:
@@ -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} />
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user