Prechádzať zdrojové kódy

Update files: src/components/MemberList.jsx

D8D AI 1 rok pred
rodič
commit
df347f3ce8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/components/MemberList.jsx

+ 1 - 1
src/components/MemberList.jsx

@@ -1,5 +1,5 @@
 import React, { useState, useEffect, useCallback, useRef } from 'react';
-import { Table, Button, message, Modal, Space, Image, Input, Tag } from 'antd';
+import { Table, Button, message, Modal, Space, Input } from 'antd';
 import { PlusOutlined, SearchOutlined, DownloadOutlined } from '@ant-design/icons';
 import Highlighter from 'react-highlight-words';
 import { deviceApi } from '../api/deviceApi';