mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
feature: client: dom: rest: migrate to ESM
This commit is contained in:
parent
c704ffe47a
commit
e4d0ece093
9 changed files with 48 additions and 51 deletions
|
|
@ -8,7 +8,7 @@ const createElement = require('@cloudcmd/create-element');
|
|||
|
||||
const {FS} = require('../../../common/cloudfunc.mjs');
|
||||
const {getIdBySrc} = require('#dom/load');
|
||||
const RESTful = require('../../dom/rest');
|
||||
const RESTful = require('#dom/rest');
|
||||
|
||||
const {config, Key} = CloudCmd;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue