ronds-metadata 1.2.82 → 1.2.83
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
|
|
1
1
|
import "antd/es/button/style";
|
2
2
|
import _Button from "antd/es/button";
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
4
|
-
import MetadataForm from '
|
4
|
+
import MetadataForm from '../../../../comps/MetadataForm';
|
5
5
|
import Split from '../../../../comps/Split';
|
6
6
|
import React from 'react';
|
7
|
-
import JsonView from '
|
7
|
+
import JsonView from '../../../../comps/JsonView';
|
8
8
|
var Preview = function Preview(props) {
|
9
9
|
var schema = props.schema;
|
10
10
|
var _React$useState = React.useState(''),
|
@@ -8,7 +8,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
8
8
|
/*
|
9
9
|
* @Author: wangxian
|
10
10
|
* @Date: 2023-02-06 08:24:17
|
11
|
-
* @LastEditTime: 2023-
|
11
|
+
* @LastEditTime: 2023-07-07 16:01:20
|
12
12
|
*/
|
13
13
|
import React from 'react';
|
14
14
|
import copy from 'copy-to-clipboard';
|