fix: add back icon imports
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s

This commit is contained in:
WangDL 2026-05-23 20:38:14 +08:00
parent 64f7ac12b1
commit c803fefde6

View File

@ -1,3 +1,4 @@
import { PlusOutlined, DeleteOutlined, KeyOutlined } from '@ant-design/icons'
import { useState } from 'react'
import { useQuery, useQueryClient } from '@tanstack/react-query'
import { Table, Button, Typography, App, Modal, Input, Select, Tag, Tabs, DatePicker } from 'antd'