Removed unused import.
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 4m43s
Daily Cron (Make New DailyStats Document) / cron (push) Successful in 1s

This commit is contained in:
2025-12-16 17:14:48 -05:00
parent 07aa4ff6b5
commit 2204e957e1

View File

@@ -18,7 +18,6 @@ import LinksDeletedChart from "./LinksDeletedChart";
import { LineChartArr } from "@/types/LineChartStats";
import CommandResponsesChart from "./CommandResponsesChart";
import TimedTriggeredChart from "./TimesTriggeredChart";
import Image from "next/image";
import StatsList from "./StatsList";
import GetTotalGroupsQuery from "@/graphql/queries/getTotalGroups";
import GetTotalStatsQuery from "@/graphql/queries/getTotalStats";
@@ -255,6 +254,6 @@ export default function Home() {
</Text>
</VStack>
</Box>
</Fragment >
</Fragment>
);
}