chore: fix build for SDKVersion component

This commit is contained in:
Jixun Wu 2023-05-15 21:32:38 +01:00
parent 1d9702ab70
commit 0c7b2b0902
1 changed files with 1 additions and 1 deletions

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