mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +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
|
|
@ -6,7 +6,7 @@ CloudCmd.Markdown = exports;
|
|||
const createElement = require('@cloudcmd/create-element');
|
||||
|
||||
const Images = require('../dom/images.mjs');
|
||||
const {Markdown} = require('../dom/rest');
|
||||
const {Markdown} = require('#dom/rest');
|
||||
const {alert} = require('#dom/dialog');
|
||||
|
||||
module.exports.init = async () => {
|
||||
|
|
|
|||
|
|
@ -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