Removed unused import.
This commit is contained in:
@@ -18,7 +18,6 @@ import LinksDeletedChart from "./LinksDeletedChart";
|
|||||||
import { LineChartArr } from "@/types/LineChartStats";
|
import { LineChartArr } from "@/types/LineChartStats";
|
||||||
import CommandResponsesChart from "./CommandResponsesChart";
|
import CommandResponsesChart from "./CommandResponsesChart";
|
||||||
import TimedTriggeredChart from "./TimesTriggeredChart";
|
import TimedTriggeredChart from "./TimesTriggeredChart";
|
||||||
import Image from "next/image";
|
|
||||||
import StatsList from "./StatsList";
|
import StatsList from "./StatsList";
|
||||||
import GetTotalGroupsQuery from "@/graphql/queries/getTotalGroups";
|
import GetTotalGroupsQuery from "@/graphql/queries/getTotalGroups";
|
||||||
import GetTotalStatsQuery from "@/graphql/queries/getTotalStats";
|
import GetTotalStatsQuery from "@/graphql/queries/getTotalStats";
|
||||||
@@ -255,6 +254,6 @@ export default function Home() {
|
|||||||
</Text>
|
</Text>
|
||||||
</VStack>
|
</VStack>
|
||||||
</Box>
|
</Box>
|
||||||
</Fragment >
|
</Fragment>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user