feat: queue len show

This commit is contained in:
archer
2023-08-14 11:39:42 +08:00
parent 4952a48c52
commit bb7596c3d5
7 changed files with 57 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import React, { useCallback, useState, useRef, useEffect } from 'react';
import React, { useCallback, useState, useRef } from 'react';
import { Box, Card, IconButton, Flex, Button, Input, Grid } from '@chakra-ui/react';
import type { KbDataItemType } from '@/types/plugin';
import { usePagination } from '@/hooks/usePagination';