chore: fix build for SDKVersion component

This commit is contained in:
鲁树人 2023-05-15 21:32:38 +01:00
parent 0142a32ea7
commit 6c5b8c9d55

View File

@ -1,5 +1,5 @@
import { InfoOutlineIcon } from '@chakra-ui/icons';
import { Tooltip, VStack, Text, Box, Flex } from '@chakra-ui/react';
import { Tooltip, VStack, Text, Flex } from '@chakra-ui/react';
import { workerClientBus } from './decrypt-worker/client';
import { DECRYPTION_WORKER_ACTION_NAME } from './decrypt-worker/constants';