mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 09:24:07 +00:00
feature(package) add for-each-key from npm
This commit is contained in:
parent
f694857e63
commit
11c249c8f0
5 changed files with 4 additions and 64 deletions
|
|
@ -8,7 +8,7 @@ const {
|
|||
Dialog,
|
||||
} = DOM;
|
||||
|
||||
const forEachKey = require('../../../common/for-each-key');
|
||||
const forEachKey = require('for-each-key/legacy');
|
||||
const {
|
||||
TITLE,
|
||||
} = CloudCmd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue