mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: client: dom: files: migrate to ESM
This commit is contained in:
parent
23c0d77042
commit
dee50a8548
8 changed files with 13 additions and 15 deletions
|
|
@ -5,7 +5,7 @@
|
|||
CloudCmd.Upload = exports;
|
||||
|
||||
const createElement = require('@cloudcmd/create-element');
|
||||
const Files = require('../dom/files');
|
||||
const Files = require('#dom/files');
|
||||
const Images = require('../dom/images.mjs');
|
||||
const uploadFiles = require('../dom/upload-files');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue