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
|
|
@ -25,7 +25,7 @@ const {
|
|||
getType,
|
||||
} = require('./types');
|
||||
|
||||
const Files = require('../../dom/files');
|
||||
const Files = require('#dom/files');
|
||||
const Events = require('#dom/events');
|
||||
const Images = require('../../dom/images.mjs');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue