删除了多余的导入

This commit is contained in:
Pan Qiancheng 2024-10-15 15:30:53 +08:00
parent 890b84f0d8
commit c3b0d564f6
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
import React from 'react';
import { EntityDict } from '@project/oak-app-domain';
import { RowWithActions, WebComponentProps } from 'oak-frontend-base';
import React from 'react';
import { Empty } from 'antd';
import { Draggable } from 'react-beautiful-dnd';
import Listitem from '@project/components/console/labels/list/listitem';
import { useHomeContext } from '../context/homeContext';