ronds-metadata 1.2.70 → 1.2.71
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,10 +6,10 @@ import React from "react";
|
|
6
6
|
* @Author: uloveits 719310130@qq.com
|
7
7
|
* @Date: 2023-02-04 17:21:17
|
8
8
|
* @LastEditors: Please set LastEditors
|
9
|
-
* @LastEditTime: 2023-06-15
|
9
|
+
* @LastEditTime: 2023-06-15 10:13:41
|
10
10
|
*/
|
11
11
|
import { useDrag } from 'react-dnd';
|
12
|
-
import Icon from '
|
12
|
+
import Icon from '../../../Icons';
|
13
13
|
import { dragItemType } from '../../settings';
|
14
14
|
var Elements = function Elements(props) {
|
15
15
|
var data = props.data;
|