This commit is contained in:
6d486f49
2026-06-12 13:13:06 -04:00
parent 11f45fcf74
commit 96e72df0da
2 changed files with 34 additions and 14 deletions
+1 -5
View File
@@ -1,6 +1,5 @@
@page "/simulation"
@inject GameSimulationService SimService
@implements IDisposable
<PageTitle>Ecology Simulation</PageTitle>
@@ -213,8 +212,5 @@ else
return lines;
}
public void Dispose()
{
}
}