删除了多余的导入
This commit is contained in:
parent
890b84f0d8
commit
c3b0d564f6
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue