diff --git a/src/shared/components/stats/DetectorsStat.tsx b/src/shared/components/stats/DetectorsStat.tsx index 072b10b..0719901 100644 --- a/src/shared/components/stats/DetectorsStat.tsx +++ b/src/shared/components/stats/DetectorsStat.tsx @@ -1,4 +1,4 @@ -import { Card, Flex, Group, Text } from '@mantine/core'; +import { Card, Flex, Text } from '@mantine/core'; import React from 'react'; import { useTranslation } from 'react-i18next'; diff --git a/src/shared/components/stats/GpuStat.tsx b/src/shared/components/stats/GpuStat.tsx index b461d97..d886fdc 100644 --- a/src/shared/components/stats/GpuStat.tsx +++ b/src/shared/components/stats/GpuStat.tsx @@ -1,5 +1,5 @@ -import { Card, Flex, Group, Text } from '@mantine/core'; -import { IconZoomCheck, IconZoomQuestion } from '@tabler/icons-react'; +import { Card, Flex, Text } from '@mantine/core'; +import { IconZoomQuestion } from '@tabler/icons-react'; import React from 'react'; import { useTranslation } from 'react-i18next';