chore: remove server from swarms page

This commit is contained in:
DJKnaeckebrot
2024-12-22 20:07:48 +01:00
parent 8642d8235e
commit 5c5066bc72

View File

@@ -15,10 +15,6 @@ const Dashboard = () => {
<div className="flex flex-wrap gap-4 py-4">
<SwarmMonitorCard />
</div>
<Separator className="my-8" />
<div className="flex flex-wrap gap-4 py-4">
<ServersOverview />
</div>
</>
);
};