Skip to content

Commit

Permalink
misc: remove unused imports from antd library
Browse files Browse the repository at this point in the history
  • Loading branch information
lizable committed Dec 8, 2023
1 parent 4c1f385 commit 3635534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/KeypairInfoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useTanQuery } from '../hooks/reactQueryAlias';
import BAIModal, { BAIModalProps } from './BAIModal';
import Flex from './Flex';
import { KeypairInfoModalQuery } from './__generated__/KeypairInfoModalQuery.graphql';
import { Button, theme, Table, Typography, Tag } from 'antd';
import { Button, Table, Typography, Tag } from 'antd';
import graphql from 'babel-plugin-relay/macro';
import React from 'react';
import { useTranslation } from 'react-i18next';
Expand Down

0 comments on commit 3635534

Please sign in to comment.