mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature: client: edit-file: migrate to ESM
This commit is contained in:
parent
c9f57c5f20
commit
2c2ca8eb39
3 changed files with 18 additions and 19 deletions
|
|
@ -4,9 +4,9 @@ import wraptile from 'wraptile';
|
|||
import load from 'load.js';
|
||||
import * as Util from '#common/util';
|
||||
import * as CloudFunc from '#common/cloudfunc';
|
||||
import DOM from '#dom';
|
||||
import {registerSW, listenSW} from './sw/register.mjs';
|
||||
import {initSortPanel, sortPanel} from './sort.mjs';
|
||||
import DOM from '#dom';
|
||||
import {createCloudCmd} from './client.mjs';
|
||||
import * as Listeners from './listeners/index.mjs';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue