mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-04 13:43:23 +00:00
feature: client: dom: events: migrate to ESM
This commit is contained in:
parent
a94fa0d465
commit
9cebb2416f
10 changed files with 215 additions and 213 deletions
|
|
@ -26,7 +26,7 @@ const {
|
|||
} = require('./types');
|
||||
|
||||
const Files = require('../../dom/files');
|
||||
const Events = require('../../dom/events');
|
||||
const Events = require('../../dom/events/index.mjs');
|
||||
const Images = require('../../dom/images');
|
||||
|
||||
const {encode} = require('../../../common/entity');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue