File tree 1 file changed +0
-7
lines changed
src/pages/components/ScriptResource
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
1
import IoC from "@App/app/ioc" ;
2
2
import { Resource } from "@App/app/repo/resource" ;
3
3
import { Script } from "@App/app/repo/scripts" ;
4
- import { Value } from "@App/app/repo/value" ;
5
4
import ResourceController from "@App/app/service/resource/controller" ;
6
5
import { base64ToBlob } from "@App/pkg/utils/script" ;
7
- import { valueType } from "@App/pkg/utils/utils" ;
8
6
import {
9
7
Button ,
10
8
Drawer ,
11
- Form ,
12
9
Input ,
13
10
Message ,
14
- Modal ,
15
11
Popconfirm ,
16
- Select ,
17
12
Space ,
18
13
Table ,
19
14
} from "@arco-design/web-react" ;
20
- import FormItem from "@arco-design/web-react/es/Form/form-item" ;
21
15
import { RefInputType } from "@arco-design/web-react/es/Input/interface" ;
22
16
import { ColumnProps } from "@arco-design/web-react/es/Table" ;
23
17
import {
24
18
IconDelete ,
25
19
IconDownload ,
26
- IconEdit ,
27
20
IconSearch ,
28
21
} from "@arco-design/web-react/icon" ;
29
22
import React , { useEffect , useRef , useState } from "react" ;
You can’t perform that action at this time.
0 commit comments