mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(help) require: dom -> images
This commit is contained in:
parent
ad67c2958e
commit
6069c461e8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
CloudCmd.Help = HelpProto;
|
||||
|
||||
const {Images} = require('./dom');
|
||||
const Images = require('./images');
|
||||
|
||||
function HelpProto() {
|
||||
Images.show.load('top');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue