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 09:20:53
9
+ * @LastEditTime: 2023-06-15 10:13:41
10
10
  */
11
11
  import { useDrag } from 'react-dnd';
12
- import Icon from '@/comps/Icons';
12
+ import Icon from '../../../Icons';
13
13
  import { dragItemType } from '../../settings';
14
14
  var Elements = function Elements(props) {
15
15
  var data = props.data;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.2.70",
4
+ "version": "1.2.71",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",