refactoring

This commit is contained in:
NlightN22 2024-11-27 17:03:42 +07:00
parent 8e06221996
commit fb7c79e7b9
2 changed files with 3 additions and 3 deletions

View File

@ -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';

View File

@ -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';