chore: remove unused import

This commit is contained in:
CaIon
2024-01-21 17:02:35 +08:00
parent 9bcd24fc2c
commit e485bc7613
11 changed files with 1 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
import React, {useEffect, useState} from 'react';
import {Link} from 'react-router-dom';
import {API, copy, isAdmin, showError, showSuccess, showWarning, timestamp2string} from '../helpers';
import {ITEMS_PER_PAGE} from '../constants';
@@ -21,9 +20,6 @@ import {
IconTreeTriangleDown,
} from '@douyinfe/semi-icons';
import EditToken from "../pages/Token/EditToken";
const {Column} = Table;
const COPY_OPTIONS = [
{key: 'next', text: 'ChatGPT Next Web', value: 'next'},
{key: 'ama', text: 'AMA 问天', value: 'ama'},